bundles/grafana: needs websockets

This commit is contained in:
Franzi 2024-06-25 17:32:24 +02:00
parent 791eb8d1a9
commit 67198c5fd9
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -43,6 +43,7 @@ def nginx(metadata):
'locations': { 'locations': {
'/': { '/': {
'target': 'http://127.0.0.1:21010', 'target': 'http://127.0.0.1:21010',
'websockets': True,
}, },
'/api/ds/query': { '/api/ds/query': {
'target': 'http://127.0.0.1:21010', 'target': 'http://127.0.0.1:21010',