Disable jellyfin reverse proxy

My lab connection is way too slow
This commit is contained in:
Filippo Berto 2023-08-18 08:56:36 +02:00
parent 004f96c847
commit 859f734ac4
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -119,12 +119,12 @@
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };
"jellyfin.bertof.net" = ssl // { # "jellyfin.bertof.net" = ssl // {
locations."/" = { # locations."/" = {
proxyPass = "http://${loki_ipv4}:8096/"; # proxyPass = "http://${loki_ipv4}:8096/";
proxyWebsockets = true; # proxyWebsockets = true;
}; # };
}; # };
"my-nextcloud.bertof.net" = ssl // { "my-nextcloud.bertof.net" = ssl // {
locations."/" = { locations."/" = {
proxyPass = "http://${freya_ipv4}:80/"; proxyPass = "http://${freya_ipv4}:80/";