diff options
Diffstat (limited to 'roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2')
| -rw-r--r-- | roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 b/roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 index ee45405..19b9897 100644 --- a/roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 +++ b/roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 @@ -43,6 +43,7 @@ http { location ~ ^/archive(?:/(.*))?$ { return 307 /posts/$1$is_args$args; } + location = /feed.xml { # Serve atom.xml content at the legacy feed.xml URL (no redirect) rewrite ^ /atom.xml break; |
