Skip to content

Commit

Permalink
Docker: Set the servername in the apache config to teamsserver so it is
Browse files Browse the repository at this point in the history
consistent with the rest of the platform
  • Loading branch information
quartje committed Apr 4, 2024
1 parent 5cffbc1 commit 2b4eb64
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions teams-gui/docker/conf/000-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ RewriteCond %{REQUEST_URI} !^/fonts/
RewriteRule (.*) /index.html [L]

ProxyPass /Shibboleth.sso !
ProxyPass /api/teams/health http://teams:8080/internal/health retry=0
ProxyPass /api/teams/info http://teams:8080/internal/info retry=0
ProxyPass /api/teams/health http://teamsserver:8080/internal/health retry=0
ProxyPass /api/teams/info http://teamsserver:8080/internal/info retry=0

ProxyPass /api http://teams:8080/api retry=0
ProxyPassReverse /api http://teams:8080/api
ProxyPass /api http://teamsserver:8080/api retry=0
ProxyPassReverse /api http://teamsserver:8080/api

ProxyPass /internal http://teams:8080/internal retry=0
ProxyPassReverse /internal http://teams:8080/internal
ProxyPass /internal http://teamsserver:8080/internal retry=0
ProxyPassReverse /internal http://teamsserver:8080/internal

ProxyPass /deprovision http://teams:8080/deprovision retry=0
ProxyPass /deprovision http://teamsserver:8080/deprovision retry=0

DocumentRoot "/var/www"

Expand Down

0 comments on commit 2b4eb64

Please sign in to comment.