Adding changes from actual server.

This commit is contained in:
Colin Diem
2022-08-19 21:32:19 +00:00
parent 29606cb7af
commit fe4c1df88f
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
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 X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
proxy_request_buffering off;