Redirect (dead) RSS feeds to active discourse feeds.

This commit is contained in:
Julien Palard 2022-02-11 09:26:17 +01:00
parent fb513cb0b9
commit 277c0c8c97
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 11 additions and 1 deletions

View File

@ -84,7 +84,17 @@
location /planet/
{
return 301 https://planet.afpy.org/rss20.xml;
return 301 https://planet.afpy.org/atom.xml;
}
location /feed/actualites/rss.xml
{
return 301 https://discuss.afpy.org/c/association.rss;
}
location /feed/emplois/rss.xml
{
return 301 https://discuss.afpy.org/c/emplois.rss;
}
location /admin/ {