diff options
-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 d06bab1..1225247 100644 --- a/Omni/Cloud/Web.nix +++ b/Omni/Cloud/Web.nix @@ -156,7 +156,7 @@ in { }; "tv.${rootDomain}" = { - locations."/".proxyPass = "http://tityos.feralhosting.com:37565"; + locations."/".proxyPass = "http://tityos.feralhosting.com:50393"; forceSSL = true; useACMEHost = rootDomain; }; |