Initial commit

This commit is contained in:
root 2014-08-26 00:19:25 +02:00
commit 8ff42c1253
35 changed files with 1188 additions and 0 deletions

3
proxy_params Normal file
View file

@ -0,0 +1,3 @@
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;