aboutsummaryrefslogtreecommitdiffstats
path: root/acme.conf
diff options
context:
space:
mode:
authorroot <root@fucktheforce.de>2016-11-11 11:20:28 +0100
committerroot <root@fucktheforce.de>2016-11-11 11:20:28 +0100
commit4e4518a8d7fbaf4de74dac6b81a465d28458b439 (patch)
tree0ae33fddfb23c4f951b91ee4f526459d9a3c2356 /acme.conf
parent0d07ae51cb19ac6190c4784f2b506e8250c08a41 (diff)
use global alias to work also if there are redirectsISPConfig-3.0.5.4p4_acme.sh
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>