diff options
-rw-r--r-- | ops/modules/www/tazj.in.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix index a53ef904f573..3b80222e0d66 100644 --- a/ops/modules/www/tazj.in.nix +++ b/ops/modules/www/tazj.in.nix @@ -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/; |