forked from pool/dehydrated
bc6d4bfda6
OBS-URL: https://build.opensuse.org/package/show/security:dehydrated/dehydrated?expand=0&rev=64
18 lines
327 B
Plaintext
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>
|