FEATURE: Autoconfigure nginx

This commit is contained in:
2022-10-07 19:31:34 +05:00
parent 1f6a33bc4e
commit 2c88fc9c48
22 changed files with 633 additions and 8 deletions

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;