]> git.pld-linux.org Git - packages/dehydrated.git/blame - apache.conf
challenges dir set to /var/lib/dehydrated
[packages/dehydrated.git] / apache.conf
CommitLineData
2e509387
ER
1Alias /.well-known/acme-challenge /var/lib/dehydrated
2<Directory /var/lib/dehydrated>
eb6aa75d
ER
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>
This page took 0.02222 seconds and 4 git commands to generate.