Merge pull request #3046 from ceocoder/patch-1

This commit is contained in:
Min RK
2020-05-19 14:58:14 +02:00
committed by GitHub

View File

@@ -83,6 +83,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# websocket headers
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;