nginx production configuration checked in

This commit is contained in:
Christoph Haas 2016-07-22 12:20:12 +02:00
parent b4ae69a519
commit b2ffd0f063
25 changed files with 1452 additions and 0 deletions

4
doc/nginx/proxy_params Normal file
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;