From f0ffe95453fdc32d47390f7a2010241d6676be80 Mon Sep 17 00:00:00 2001 From: Gcolon021 <34667267+Gcolon021@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:39:37 -0400 Subject: [PATCH] Update httpd-vhosts.conf --- ui/httpd-vhosts.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/httpd-vhosts.conf b/ui/httpd-vhosts.conf index bb0d9b8..d113765 100644 --- a/ui/httpd-vhosts.conf +++ b/ui/httpd-vhosts.conf @@ -87,7 +87,7 @@ ServerTokens Prod RewriteRule .* - [F] RewriteRule ^/picsure/(.*)$ "http://wildfly:8080/pic-sure-api-2/PICSURE/$1" [P] - RewriteRule ^/psama/(.*)$ "http://wildfly:8080/pic-sure-auth-services/auth/$1" [P] + RewriteRule ^/psama/(.*)$ "http://psama:8090/auth/$1" [P] RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d