This commit is contained in:
zino
2023-12-10 01:21:16 +01:00
parent 6a57711d47
commit 7c869ad8b3

View File

@@ -35,7 +35,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto https;
#proxy_set_header X-Forwarded-Proto https;
proxy_pass http://$upstream;
}