Initial commit

This commit is contained in:
nd 2017-10-07 00:11:35 +02:00
commit 06e6de1680
21 changed files with 646 additions and 0 deletions

View file

@ -0,0 +1,4 @@
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;