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;
|
||||
};
|
||||
};
|
||||
"jellyfin.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${loki_ipv4}:8096/";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
# "jellyfin.bertof.net" = ssl // {
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://${loki_ipv4}:8096/";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# };
|
||||
"my-nextcloud.bertof.net" = ssl // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${freya_ipv4}:80/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue