Fix WebSockets configuration for Nginx (#44148)

This commit is contained in:
Gleb Goncharov
2022-01-19 15:47:01 +03:00
committed by GitHub
parent 42bffe2310
commit f63ec0f43d
+1 -1
View File
@@ -93,7 +93,7 @@ http {
location / {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $http_host;
proxy_pass http://grafana;
}