fixed nginx header

This commit is contained in:
2026-01-03 09:18:03 +01:00
parent 9861615394
commit f4117af8a7
+1 -1
View File
@@ -529,7 +529,7 @@ data:
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
}
}
---