projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ff1c0516a98778f0a703f098d54d9887d085a45c
[ansible.git]
/
roles
/
apache
/
files
/
acme-challenge.conf
1
Alias /.well-known/acme-challenge/ /srv/acme-challenge/
2
3
<Directory "/srv/acme-challenge/">
4
ForceType text/plain
5
AllowOverride none
6
Require all granted
7
</Directory>