bundles/grafana: fix nginx vhost config
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
9021c6f853
commit
3c23de4dfa
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ def nginx(metadata):
|
||||||
'vhosts': {
|
'vhosts': {
|
||||||
'grafana': {
|
'grafana': {
|
||||||
'domain': metadata.get('grafana/domain'),
|
'domain': metadata.get('grafana/domain'),
|
||||||
'proxy': {
|
'locations': {
|
||||||
'/': {
|
'/': {
|
||||||
'target': 'http://127.0.0.1:21010',
|
'target': 'http://127.0.0.1:21010',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue