Set root-path and drop proxy_params

This commit is contained in:
decentral1se 2021-06-11 19:25:57 +02:00
parent 87923331f6
commit 524317ca8f
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,7 @@ services:
--host 0.0.0.0
--forwarded-allow-ips="*"
--proxy-headers
--root-path="${DOMAIN}"
keycloak_collective_portal:app
networks:

View File

@ -34,7 +34,6 @@ http {
proxy_set_header Connection $connection_upgrade;
proxy_redirect off;
proxy_buffering off;
include proxy_params;
}
}
}