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

8 lines
190 B
Plaintext

Alias /.well-known/acme-challenge @CHALLENGEDIR@
<Directory "@CHALLENGEDIR@">
Options None
AllowOverride None
Require all granted
Header add Content-Type text/plain
</Directory>