Skip to content

Commit 5ab73be

Browse files
author
ltp
committed
fix missing semi colon
1 parent 41d2b0c commit 5ab73be

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
@@ -43,7 +43,7 @@ server {
4343
location /jellyfin/metrics {
4444
allow 192.168.0.0/16;
4545
allow 10.0.0.0/8;
46-
allow 172.16.0.0/12
46+
allow 172.16.0.0/12;
4747
allow 127.0.0.0/8;
4848

4949
deny all;

0 commit comments

Comments
 (0)