diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-04-29T11·05+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2024-04-30T06·52+0000 |
commit | fd5fc31e652992097dbda176d0e3a159ae546d98 (patch) | |
tree | a787527f448177b96116b153de95c4e85d36f0dd | |
parent | 8d49ff3d6446106ccc52b2f0feff11a747863b54 (diff) |
fix(tazj.in): fix redirect r/8039
Change-Id: I0b695f0104bc587b1c5b7591c8d512a265d96873 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11534 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | ops/modules/www/tazj.in.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix index ea3cf1dc44ab..47eefca2a622 100644 --- a/ops/modules/www/tazj.in.nix +++ b/ops/modules/www/tazj.in.nix @@ -35,7 +35,7 @@ # redirect for easier entry on a TV location = /tv { - return 302 https://tazj.in/blobs/play.html + return 302 https://tazj.in/blobs/play.html; } # Temporary place for serving static files. |