From 40596977c2191247bd602170f6a63958c59697f7 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 13 Aug 2026 21:51:18 +0300 Subject: Update homepage jail to use single self-signed cert for gemini --- roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/jails/05_homepage/templates/usr_local_etc_nginx_nginx.conf.j2') 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; -- cgit v1.3