nginx production configuration checked in
This commit is contained in:
parent
b4ae69a519
commit
b2ffd0f063
25 changed files with 1452 additions and 0 deletions
4
doc/nginx/proxy_params
Normal file
4
doc/nginx/proxy_params
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue