diff options
Diffstat (limited to 'ops/modules/www/tazj.in.nix')
-rw-r--r-- | ops/modules/www/tazj.in.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix index 3b80222e0d66..ea3cf1dc44ab 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/; |