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