projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
journalwatch: opendkim
[ansible.git]
/
roles
/
apache
/
templates
/
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>