Skip to content

Commit 5b990dc

Browse files
committed
Update nginx conf for watch (i think)
1 parent 1b06717 commit 5b990dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ http {
5252
proxy_set_header X-Real-IP $remote_addr;
5353
proxy_set_header X-Forwarded-Proto $scheme;
5454
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
55+
proxy_http_version 1.1;
56+
proxy_set_header Upgrade $http_upgrade;
57+
proxy_set_header Connection "upgrade";
5558
}
5659

5760
location /users/ {

0 commit comments

Comments
 (0)