Browse Source

remove authentication in acme dir

tags/v2.0.4^0
Robin Thoni 7 years ago
parent
commit
35b1fc13ad
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      apache/sitegen.conf

+ 3
- 1
apache/sitegen.conf View File

@@ -3,4 +3,6 @@ Alias "/.well-known/acme-challenge/" "/tmp/acme-challenge/.well-known/acme-chall
3 3
   Options -Indexes -FollowSymLinks
4 4
   AllowOverride All
5 5
   Require all granted
6
-</Directory>
6
+  Satisfy Any
7
+  Allow from all
8
+</Directory>

Loading…
Cancel
Save