fix metrics path

This commit is contained in:
ltp 2024-08-23 09:44:11 -03:00
parent 5ab73be89b
commit 7efa252e13
No known key found for this signature in database
GPG key ID: 14942C04BEE31D71

View file

@ -40,7 +40,7 @@ server {
# Restrict access to /metrics # Restrict access to /metrics
# https://jellyfin.org/docs/general/networking/monitoring/#prometheus-metrics # https://jellyfin.org/docs/general/networking/monitoring/#prometheus-metrics
location /jellyfin/metrics { location /metrics {
allow 192.168.0.0/16; allow 192.168.0.0/16;
allow 10.0.0.0/8; allow 10.0.0.0/8;
allow 172.16.0.0/12; allow 172.16.0.0/12;