We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f93b32 + 5624ecc commit 688672dCopy full SHA for 688672d
.gitignore
@@ -2,3 +2,4 @@
2
.netbox
3
.initializers
4
docker-compose.override.yml
5
+*.pem
docker/nginx.conf
@@ -29,7 +29,6 @@ http {
29
proxy_pass http://netbox:8001;
30
proxy_set_header X-Forwarded-Host $http_host;
31
proxy_set_header X-Real-IP $remote_addr;
32
- proxy_set_header X-Forwarded-Proto $scheme;
33
add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"';
34
}
35
0 commit comments