Disable metrics endpoint per default

This commit is contained in:
Julian Rother 2024-11-27 03:19:04 +01:00
parent 1130bc7d46
commit ea3630c908
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899

View file

@ -14,3 +14,7 @@ nginx:
default_server: True
listen:
ssl: True
locations:
- match: /metrics
custom:
- return 403