Skip to content

Commit

Permalink
Gui docker: Rename the server backend to manageserver, and bring in l…
Browse files Browse the repository at this point in the history
…ine with the rest of the platform
  • Loading branch information
quartje committed Jul 4, 2024
1 parent 1a71d98 commit 3b0239c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manage-gui/docker/conf/000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ RewriteRule (.*) /index.html [L]

ProxyPass /Shibboleth.sso !

ProxyPass /internal/health http://manage:8080/internal/health
ProxyPass /internal/info http://manage:8080/internal/info
ProxyPass /internal/health http://manageserver:8080/internal/health
ProxyPass /internal/info http://manageserver:8080/internal/info

ProxyPass /manage/api http://manage:8080
ProxyPassReverse /manage/api http://manage:8080
ProxyPass /manage/api http://manageserver:8080
ProxyPassReverse /manage/api http://manageserver:8080

###########################################################################
# Backdoor instructions #
Expand Down

0 comments on commit 3b0239c

Please sign in to comment.