You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
270 B

10 years ago
##
## acmetool-apache.conf -- Apache configuration for ACMETool
##
10 years ago
Alias /.well-known/acme-challenge/ @l_prefix@/var/acmetool/root/
<Directory @l_prefix@/var/acmetool/root/>
AllowOverride None
Options None
10 years ago
Order allow,deny
10 years ago
Allow from all
</Directory>
10 years ago