Skip to content

Commit

Permalink
Update httpd-vhosts.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 authored and Luke-Sikina committed Jul 15, 2024
1 parent 7aa50ac commit f0ffe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/httpd-vhosts.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ffe95

Please sign in to comment.