Compare commits

...

3 Commits

Author SHA1 Message Date
vv01f 012cb9639a limit matching url forwarding to future.html 2022-04-26 12:19:09 +02:00
vv01f 56261a7bd7 vorschlag von astro, kA ob das geht 2022-04-25 21:31:40 +02:00
vv01f e5d2d03f44 idee: nicht existierende jahre auf datei umbiegen 2022-04-25 10:33:21 +02:00
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ in
extraConfig = ''
index index.html;
rewrite ^/$ /2021/ redirect;
# redirect für Jahre ohne eigene Website (gedacht für kommende DS)
try_files ^/\d{4}/.*$ /future.html =404;
'';
};