mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-18 15:23:49 +01:00
Update wellknown.md
apache config that would work for 1.3, 2.0, 2.2 and 2.4
This commit is contained in:
@@ -30,7 +30,15 @@ Alias /.well-known/acme-challenge /var/www/letsencrypt
|
||||
<Directory /var/www/letsencrypt>
|
||||
Options None
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
||||
# Apache 2.x
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
# Apache 2.4
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
</Directory>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user