projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
migrate things to python3
[ansible.git]
/
roles
/
apache
/
templates
/
000-default.conf
1
# Default host: serve nothing.
2
<VirtualHost *:80>
3
</VirtualHost>
4
{% if 'letsencrypt' in group_names %}
5
<VirtualHost *:443>
6
Use SSL letsencrypt/live
7
</VirtualHost>
8
{% endif %}