netbox-docker/docker
Christian Mäder 5624ecc65e Remove the 'X-Forwarded-Proto' line from the nginx config
The reason is that in the default configuration nginx is only serving 'http' traffic.
So if an upstream proxy sets the 'X-Forwarded-Proto' header, because it is terminating
TLS, then nginx will overwrite it to 'http'. This will cause django to think the page
is served via 'http' and it will not create 'https://...' URLs.

Related to #292
2020-06-02 16:06:52 +02:00
..
configuration.docker.py Move config to /etc/netbox/config (Fixes #54) 2018-04-04 10:13:30 +02:00
docker-entrypoint.sh Building the Docker image with Github Actions 2019-12-23 18:21:08 +01:00
ldap_config.docker.py Move config to /etc/netbox/config (Fixes #54) 2018-04-04 10:13:30 +02:00
nginx.conf Remove the 'X-Forwarded-Proto' line from the nginx config 2020-06-02 16:06:52 +02:00