apache: anonymize error.log; set ServerAdmin and ServerName
[ansible.git] / roles / apache / templates / acme-challenge.conf
diff --git a/roles/apache/templates/acme-challenge.conf b/roles/apache/templates/acme-challenge.conf
new file mode 100644 (file)
index 0000000..ff1c051
--- /dev/null
@@ -0,0 +1,7 @@
+Alias /.well-known/acme-challenge/ /srv/acme-challenge/
+
+<Directory "/srv/acme-challenge/">
+    ForceType text/plain
+    AllowOverride none
+    Require all granted
+</Directory>