reverse: fix conf files

This commit is contained in:
Wonderfall
2016-05-27 18:10:08 +02:00
parent dd364bbc3c
commit 80372628b7
4 changed files with 21 additions and 4 deletions

6
reverse/proxy_params Normal file
View File

@ -0,0 +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-Remote-Port $remote_port;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_redirect off;