Skip to content

Commit 7efa252

Browse files
author
ltp
committed
fix metrics path
1 parent 5ab73be commit 7efa252

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jellyfin.subdomain.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ server {
4040

4141
# Restrict access to /metrics
4242
# https://jellyfin.org/docs/general/networking/monitoring/#prometheus-metrics
43-
location /jellyfin/metrics {
43+
location /metrics {
4444
allow 192.168.0.0/16;
4545
allow 10.0.0.0/8;
4646
allow 172.16.0.0/12;

0 commit comments

Comments
 (0)