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; } } }