c3d2-web: redirect https://datenspuren.de/ -> /2022/

This commit is contained in:
Astro 2022-07-07 17:04:34 +02:00
parent 8467f268c4
commit 7aa7cab3b2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ in
root = "${webroot}/c3d2/datenspuren";
extraConfig = ''
index index.html;
rewrite ^/$ /2021/ redirect;
rewrite ^/$ /2022/ redirect;
'';
};