mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
fix metrics path
This commit is contained in:
parent
5ab73be89b
commit
7efa252e13
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user