Set X-Forwarded-Proto https for Pandora
This commit is contained in:
parent
4a28e68ec1
commit
b6a4bcca72
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user