projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Mailman CAPTCHA: rename displayhtml -> display
[ansible.git]
/
roles
/
apache
/
templates
/
000-default.conf
1
# redirect all undefined virtual hosts to {{ apache.default_host }}
2
<VirtualHost *:80>
3
Redirect temp / https://{{ apache.default_host }}/
4
</VirtualHost>
5
<VirtualHost *:443>
6
Use SSL letsencrypt/live
7
Redirect temp / https://{{ apache.default_host }}/
8
</VirtualHost>