pycon.fr/2023 is up and running.

This commit is contained in:
Julien Palard 2022-11-04 21:34:58 +01:00
parent 898514a96e
commit 36caeff6fc
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
root /var/www/pycon.fr/;
charset utf-8;
location = / {
return 302 https://www.pycon.fr/2020$request_uri;
return 302 https://www.pycon.fr/2023$request_uri;
}
rewrite ^/2018/$ /2018/fr/index/ last;
rewrite ^/2018/(A-Za-z-)+/$ /2018/fr/$1/ last;