This commit is contained in:
pvincent
2024-10-11 00:26:55 +04:00
parent fd86ed4837
commit 609603a437
4 changed files with 17 additions and 18 deletions
+1
View File
@@ -19,6 +19,7 @@ server {
proxy_http_version 1.1;
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 https;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";