aboutsummaryrefslogtreecommitdiffstats
path: root/acme.conf
diff options
context:
space:
mode:
Diffstat (limited to 'acme.conf')
-rw-r--r--acme.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/acme.conf b/acme.conf
new file mode 100644
index 0000000..c1a89b8
--- /dev/null
+++ b/acme.conf
@@ -0,0 +1,7 @@
+Alias /.well-known /var/www/acme/.well-known
+
+<Directory /var/www/acme/>
+ AllowOverride All
+ order allow,deny
+ allow from all
+</Directory>