Disable jellyfin reverse proxy
My lab connection is way too slow
This commit is contained in:
parent
004f96c847
commit
859f734ac4
1 changed files with 6 additions and 6 deletions
|
|
@ -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/";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue