Suppression des règles Twitter externes en faveur d’une intégration dans WP

This commit is contained in:
VC
2024-07-05 11:53:05 +02:00
parent 6a85581a4e
commit 0e6b68b8fc

View File

@@ -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;