Jellyfin: Switch to ipv6.
This commit is contained in:
parent
4d3f8845c6
commit
701652ada6
|
@ -7,7 +7,7 @@
|
||||||
allow 10.0.0.0/8;
|
allow 10.0.0.0/8;
|
||||||
allow fd09:8d46:b26::/48;
|
allow fd09:8d46:b26::/48;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass http://127.0.0.1:8096$request_uri;
|
proxy_pass http://[::1]:8096$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/voronind.com/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/voronind.com/fullchain.pem;
|
||||||
|
|
Loading…
Reference in a new issue