From fd5fc31e652992097dbda176d0e3a159ae546d98 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 29 Apr 2024 14:05:04 +0300 Subject: fix(tazj.in): fix redirect Change-Id: I0b695f0104bc587b1c5b7591c8d512a265d96873 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11534 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/modules/www/tazj.in.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/modules') 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. -- cgit 1.4.1