add boring-nginx, based on reverse

This commit is contained in:
Wonderfall
2016-05-29 02:09:20 +02:00
parent b3eb048d54
commit dcc4266fcc
9 changed files with 351 additions and 0 deletions

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;