SHA256
1
0
forked from pool/dehydrated
dehydrated/acme-challenge.conf.apache.in

18 lines
327 B
Plaintext

Alias /.well-known/acme-challenge @CHALLENGEDIR@
<Directory "@CHALLENGEDIR@">
Options None
AllowOverride None
Require all granted
ForceType text/plain
<IfModule !mod_access_compat.c>
Require all granted
</IfModule>
<IfModule mod_access_compat.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>