cleaned up nginx

This commit is contained in:
jfederico
2021-04-08 14:38:03 -04:00
parent e62fd6284b
commit a07cfd330c
6 changed files with 33 additions and 95 deletions

View File

@@ -0,0 +1,13 @@
proxy_read_timeout 60s;
proxy_redirect off;
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;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";