mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
5624ecc65e
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
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
*.sql.gz
|
|
.netbox
|
|
.initializers
|
|
docker-compose.override.yml
|
|
*.pem
|