Initial commit
This commit is contained in:
commit
8ff42c1253
35 changed files with 1188 additions and 0 deletions
3
proxy_params
Normal file
3
proxy_params
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue