commit 71c68d782be94a61d4caf66ef47f0e0c8fca358b
parent 490bf8cd0ad9e7dd27a9430e8df7665b18eb017d
author: nathanael <nathanael@dalliard.ch>
date: Sat, 18 Oct 2025 05:09:50 +0000
s1: else no certificate renewal
diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/s1/sysfiles/httpd.conf b/s1/sysfiles/httpd.conf
@@ -23,6 +23,10 @@ server "dalliard.ch" {
location "/p" {
block return 301 "https://dalliard.ch/22b0bce1868386a2cc5b63cac61abf796ebd00e2.asc"
}
+ location "/.well-known/acme-challenge/*" {
+ root "/acme"
+ request strip 2
+ }
errdocs "/www"
root "/www"
no log