fix metrics path

This commit is contained in:
ltp
2024-08-23 09:44:11 -03:00
parent 5ab73be89b
commit 7efa252e13
+1 -1
View File
@@ -40,7 +40,7 @@ server {
# Restrict access to /metrics
# https://jellyfin.org/docs/general/networking/monitoring/#prometheus-metrics
location /jellyfin/metrics {
location /metrics {
allow 192.168.0.0/16;
allow 10.0.0.0/8;
allow 172.16.0.0/12;