Add nginx configs.
This commit is contained in:
parent
5879f30582
commit
da3cda28cd
110 changed files with 2631 additions and 0 deletions
4
etc/nginx/proxy_params
Normal file
4
etc/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