diff --git a/roles/nginx/templates/vhosts/www.nintendojo.fr.conf.j2 b/roles/nginx/templates/vhosts/www.nintendojo.fr.conf.j2 index 4ca3a40..05c325c 100644 --- a/roles/nginx/templates/vhosts/www.nintendojo.fr.conf.j2 +++ b/roles/nginx/templates/vhosts/www.nintendojo.fr.conf.j2 @@ -37,13 +37,6 @@ server { alias /srv/http/archives.nintendojo.fr/$1; } - # Zolie tweet - location /tweet { - rewrite ^/tweet/([0-9]+)$ /index.php/tweet/?id=$1 last; - rewrite ^/tweet/embed/([0-9]+)$ /index.php/tweetembed/?id=$1 last; - return 403; - } - # Zolie wallpapers location /wallpapers { rewrite ^/wallpapers$ /index.php/wallpapers last;