From 2b4eb64cc724d2622eca1e3192ee03096b03de04 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Thu, 4 Apr 2024 10:42:50 +0200 Subject: [PATCH] Docker: Set the servername in the apache config to teamsserver so it is consistent with the rest of the platform --- teams-gui/docker/conf/000-default.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/teams-gui/docker/conf/000-default.conf b/teams-gui/docker/conf/000-default.conf index a8c1553..9926398 100644 --- a/teams-gui/docker/conf/000-default.conf +++ b/teams-gui/docker/conf/000-default.conf @@ -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"