mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Co-authored-by: Gleb Goncharov <gongled@gongled.ru>
This commit is contained in:
co-authored by
Gleb Goncharov
parent
6958de846c
commit
239ead8d8e
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user