lets-encrypt-scripts/apache-le-alias.conf
2016-02-19 21:13:25 -07:00

12 lines
314 B
Plaintext

<IfModule alias_module>
Alias /.well-known/acme-challenge "/var/www/letsencrypt-root/.well-known/acme-challenge"
<Directory "/var/www/letsencrypt-root/.well-known/acme-challenge">
Options FollowSymlinks
AllowOverride None
Order allow,deny
Allow from all
#Require all granted
</Directory>
</IfModule>