Merge branch 'kinocz-master'

This commit is contained in:
Christian Mäder
2017-09-29 10:58:04 +02:00

View File

@ -26,7 +26,7 @@ http {
location / {
proxy_pass http://netbox:8001;
proxy_set_header X-Forwarded-Host $server_name;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
add_header P3P 'CP="ALL DSP COR PSAa PSDa OUR NOR ONL UNI COM NAV"';