diff options
author | Ben Sima <ben@bsima.me> | 2025-02-07 10:04:49 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-07 10:04:49 -0500 |
commit | 105eb1d4d1a41001387d799ecb78faf860195939 (patch) | |
tree | 5459e563c865a8a96b2d30feb35792117daf2cf0 /Omni | |
parent | f2b064e6a11f6c3271f0a838b54ea83a845fc951 (diff) |
Because tv.simatime.com is easier to type and remember than the feralhosting URL
with the port and everything.
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; }; |