From 67198c5fd975bf3d2d996baa001424cfd1818551 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 25 Jun 2024 17:32:24 +0200 Subject: [PATCH] bundles/grafana: needs websockets --- bundles/grafana/metadata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/grafana/metadata.py b/bundles/grafana/metadata.py index 2f0f4d7..f27cb81 100644 --- a/bundles/grafana/metadata.py +++ b/bundles/grafana/metadata.py @@ -43,6 +43,7 @@ def nginx(metadata): 'locations': { '/': { 'target': 'http://127.0.0.1:21010', + 'websockets': True, }, '/api/ds/query': { 'target': 'http://127.0.0.1:21010',