mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-04-24 01:08:29 +02: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>
|
<Directory /var/www/letsencrypt>
|
||||||
Options None
|
Options None
|
||||||
AllowOverride 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>
|
</Directory>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user