diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-08-13 21:51:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-08-13 21:51:18 +0300 |
| commit | 40596977c2191247bd602170f6a63958c59697f7 (patch) | |
| tree | e0356b7f68921e3d4acddfd9468fb23db86d463b /roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 | |
| parent | 8a008dd67243b03ae7c13f00e5006987fd266f04 (diff) | |
Update homepage jail to use single self-signed cert for gemini
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; |
