From 0e6b68b8fcf6afc9b7402218f27b3aa81a56364a Mon Sep 17 00:00:00 2001 From: VC Date: Fri, 5 Jul 2024 11:53:05 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20des=20r=C3=A8gles=20Twitter=20ext?= =?UTF-8?q?ernes=20en=20faveur=20d=E2=80=99une=20int=C3=A9gration=20dans?= =?UTF-8?q?=20WP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nginx/templates/vhosts/www.nintendojo.fr.conf.j2 | 7 ------- 1 file changed, 7 deletions(-) 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;