This commit is contained in:
zino
2023-12-09 20:35:08 +01:00
parent 9ae4a84978
commit 974f7d993d

View File

@@ -34,7 +34,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;
}