diff options
Diffstat (limited to 'Omni')
-rw-r--r-- | Omni/Cloud/Web.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Cloud/Web.nix b/Omni/Cloud/Web.nix index fe7d64f..d06bab1 100644 --- a/Omni/Cloud/Web.nix +++ b/Omni/Cloud/Web.nix @@ -156,7 +156,7 @@ in { }; "tv.${rootDomain}" = { - locations."/".proxyPass = "http://${ports.bensIp}:${toString ports.jellyfin}"; + locations."/".proxyPass = "http://tityos.feralhosting.com:37565"; forceSSL = true; useACMEHost = rootDomain; }; |