Closed fvanderbiest closed 5 years ago
To merge on geofence
branch when done.
Note that, by default, traefik as Rerverse Proxy behaves nicely : it automatically adds X-Forwarded-Proto
& X-Forwarded-Host
headers.
To merge on
geofence
branch when done.
done
Now that we have 2.15 on master, we can take advantage of https://docs.geoserver.org/stable/en/user/configuration/globalsettings.html#use-headers-for-proxy-url to have dynamic capabilities url (eg:
http
if user requests thehttp
service,https
if the user requests thehttps
service)The drawback being the following:
Which means we have to clean incoming X-Forwarded-* headers (hence on traefik for georchestra/docker)