8 lines
190 B
Plaintext
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>
|