Set X-Forwarded-Proto https for Pandora

This commit is contained in:
Disassembler 2017-11-28 09:30:11 +01:00
parent 4a28e68ec1
commit b6a4bcca72

View File

@ -33,7 +33,7 @@ server {
location / {
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto http;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header Host $http_host;
proxy_set_header Proxy "";
proxy_redirect off;