78d0c8ad7b
- Unify configuration file source names - Bump to 0.4.0 OBS-URL: https://build.opensuse.org/request/show/459171 OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=7
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>
|