summaryrefslogtreecommitdiff
path: root/etc/httpd/_acme.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/httpd/_acme.conf')
-rw-r--r--etc/httpd/_acme.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/httpd/_acme.conf b/etc/httpd/_acme.conf
new file mode 100644
index 0000000..3c1a0ec
--- /dev/null
+++ b/etc/httpd/_acme.conf
@@ -0,0 +1,4 @@
+location "/.well-known/acme-challenge/*" {
+ root "/acme"
+ request strip 2
+}