fix missing semi colon

This commit is contained in:
ltp 2024-08-22 20:06:49 -03:00
parent 41d2b0c17a
commit 5ab73be89b
No known key found for this signature in database
GPG key ID: 14942C04BEE31D71

View file

@ -43,7 +43,7 @@ server {
location /jellyfin/metrics { location /jellyfin/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;
allow 127.0.0.0/8; allow 127.0.0.0/8;
deny all; deny all;