feat(ops/www): add predlozhnik redirect on tazj.in

otherwise posting this to reddit's /r/russian is not possible, as they
ban all links to Russian-affiliated sites

Change-Id: I8d23f0961ec7ef097fc2dbdd0aaa178861a19c10
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5992
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2022-07-28 20:08:47 +03:00 committed by tazjin
parent ba682cd91b
commit d2176bb8fb

View file

@ -29,6 +29,10 @@
try_files $uri $uri.html $uri/ =404;
}
location = /predlozhnik {
return 302 https://predlozhnik.ru;
}
# Temporary place for serving static files.
location /blobs/ {
alias /var/lib/tazjins-blobs/;