Skip to content

Commit 8b67888

Browse files
authored
Update NGINX conf to try make websockets work
1 parent 76ac5d7 commit 8b67888

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ server {
1010
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
1111
proxy_set_header Host $host;
1212
proxy_redirect off;
13+
proxy_set_header Connection "upgrade";
14+
proxy_set_header Upgrade $http_upgrade;
1315
}
1416

1517
location /grafana {

0 commit comments

Comments
 (0)