grafana: enable websockets

This commit is contained in:
Payas Relekar 2023-06-10 14:51:09 +05:30
parent 17a19bf157
commit 00f1905629

View file

@ -83,7 +83,7 @@ in
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:2342";
proxyWebsockets = false;
proxyWebsockets = true;
extraConfig =
"proxy_set_header Host $host;"
;