bundles/grafana: fix nginx vhost config
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-04 20:10:19 +02:00
parent 9021c6f853
commit 3c23de4dfa
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -40,7 +40,7 @@ def nginx(metadata):
'vhosts': {
'grafana': {
'domain': metadata.get('grafana/domain'),
'proxy': {
'locations': {
'/': {
'target': 'http://127.0.0.1:21010',
},