]> TLD Linux GIT Repositories - packages/dehydrated.git/blob - httpd.conf
- missed that one
[packages/dehydrated.git] / httpd.conf
1 Alias /.well-known/acme-challenge /var/lib/dehydrated/acme-challenges
2 <Directory /var/lib/dehydrated/acme-challenges>
3         # Apache 2.x
4         <IfModule !mod_authz_core.c>
5                 Order allow,deny
6                 Allow from all
7         </IfModule>
8         # Apache 2.4
9         <IfModule mod_authz_core.c>
10                 Require all granted
11         </IfModule>
12 </Directory>