Fix WebSockets configuration for Nginx (#44148) (#44211)

Co-authored-by: Gleb Goncharov <gongled@gongled.ru>
pull/44154/head^2
Alexander Emelin 4 years ago committed by GitHub
parent 6958de846c
commit 239ead8d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/live/configure-grafana-live.md

@ -93,7 +93,7 @@ http {
location / { location / {
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_pass http://grafana; proxy_pass http://grafana;
} }

Loading…
Cancel
Save