Init commit with all nginx files on api server

This commit is contained in:
2019-07-29 13:55:49 +02:00
parent 7078e35581
commit 7e3cd26ddf
23 changed files with 1017 additions and 0 deletions

4
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;