Disable metrics endpoint per default
This commit is contained in:
parent
1130bc7d46
commit
ea3630c908
1 changed files with 4 additions and 0 deletions
|
|
@ -14,3 +14,7 @@ nginx:
|
||||||
default_server: True
|
default_server: True
|
||||||
listen:
|
listen:
|
||||||
ssl: True
|
ssl: True
|
||||||
|
locations:
|
||||||
|
- match: /metrics
|
||||||
|
custom:
|
||||||
|
- return 403
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue