aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/property/apache.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/apache.lisp b/src/property/apache.lisp
index 5cd2564..4b94107 100644
--- a/src/property/apache.lisp
+++ b/src/property/apache.lisp
@@ -133,7 +133,7 @@ Unapplying removes the Apache site config but leaves the certificate behind."
,(strcat "ServerName " name ":80")
,@initial
"RewriteEngine On"
- "RewriteRule ^/.well-known/(.*) - [L]"
+ "RewriteRule ^/.well-known/acme-challenge.* - [L]"
;; redirect everything else to https
,(strcat "RewriteRule ^/(.*) https://" name "/$1 [L,R,NE]")
,@additional-config