mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
fix missing semi colon
This commit is contained in:
parent
41d2b0c17a
commit
5ab73be89b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ server {
|
|||
location /jellyfin/metrics {
|
||||
allow 192.168.0.0/16;
|
||||
allow 10.0.0.0/8;
|
||||
allow 172.16.0.0/12
|
||||
allow 172.16.0.0/12;
|
||||
allow 127.0.0.0/8;
|
||||
|
||||
deny all;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue