Remove nginx vhost config
This commit is contained in:
parent
ea3630c908
commit
d32a9f48f4
1 changed files with 1 additions and 11 deletions
|
|
@ -7,14 +7,4 @@ nginx:
|
||||||
upstreams:
|
upstreams:
|
||||||
grafana:
|
grafana:
|
||||||
server:
|
server:
|
||||||
- address: "unix:/var/run/grafana/webui.sock"
|
- address: "unix:/var/run/grafana/webui.sock"
|
||||||
vhosts:
|
|
||||||
grafana:
|
|
||||||
backend: "http://grafana"
|
|
||||||
default_server: True
|
|
||||||
listen:
|
|
||||||
ssl: True
|
|
||||||
locations:
|
|
||||||
- match: /metrics
|
|
||||||
custom:
|
|
||||||
- return 403
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue