about summary refs log tree commit diff
path: root/ops/modules/www/tazj.in.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2024-04-29T11·05+0300
committertazjin <tazjin@tvl.su>2024-04-30T06·52+0000
commitfd5fc31e652992097dbda176d0e3a159ae546d98 (patch)
treea787527f448177b96116b153de95c4e85d36f0dd /ops/modules/www/tazj.in.nix
parent8d49ff3d6446106ccc52b2f0feff11a747863b54 (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>
Diffstat (limited to '')
-rw-r--r--ops/modules/www/tazj.in.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix
index ea3cf1dc44..47eefca2a6 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.