This commit is contained in:
zino
2023-12-05 21:05:34 +01:00
parent c79a65d612
commit 4b984790d4

View File

@@ -28,11 +28,11 @@ server {
#proxy_http_version 1.1;
#proxy_set_header Host $host;
proxy_pass_request_body on;
default_type text/html;
proxy_set_header Connection $http_connection;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header content-type "text/html";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Accept-Encoding gzip;