From d816b18fa6a4e866add3bc6efc88c730ecfaae53 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 28 Apr 2024 17:35:05 +0300 Subject: chore(tazj.in): add a convenience redirect Change-Id: Ia41fbff390a2b1df0926ab33e9f4f66b1fd92512 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11533 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/modules/www/tazj.in.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix index 3b80222e0d..ea3cf1dc44 100644 --- a/ops/modules/www/tazj.in.nix +++ b/ops/modules/www/tazj.in.nix @@ -33,6 +33,11 @@ return 302 https://predlozhnik.ru; } + # redirect for easier entry on a TV + location = /tv { + return 302 https://tazj.in/blobs/play.html + } + # Temporary place for serving static files. location /blobs/ { alias /var/lib/tazjins-blobs/; -- cgit 1.4.1