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:
parent
ba682cd91b
commit
d2176bb8fb
1 changed files with 4 additions and 0 deletions
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue