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