From 524317ca8f001ed24641b6bfe643db0edc8fe000 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 11 Jun 2021 19:25:57 +0200 Subject: [PATCH] Set root-path and drop proxy_params --- compose.yml | 1 + nginx.conf.tmpl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c555d26..366f92b 100644 --- a/compose.yml +++ b/compose.yml @@ -46,6 +46,7 @@ services: --host 0.0.0.0 --forwarded-allow-ips="*" --proxy-headers + --root-path="${DOMAIN}" keycloak_collective_portal:app networks: diff --git a/nginx.conf.tmpl b/nginx.conf.tmpl index 9e0d70b..a34b203 100644 --- a/nginx.conf.tmpl +++ b/nginx.conf.tmpl @@ -34,7 +34,6 @@ http { proxy_set_header Connection $connection_upgrade; proxy_redirect off; proxy_buffering off; - include proxy_params; } } }