Nginx Server

This commit is contained in:
2021-12-06 13:29:20 +00:00
parent 347378d785
commit 0fce697095
11 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
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;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $server_port;