1 # redirect all undefined virtual hosts to {{ apache.default_host }}
3 {% if 'letsencrypt' in group_names %}
4 Redirect temp / https://{{ apache.default_host }}/
6 Redirect temp / http://{{ apache.default_host }}/
9 {% if 'letsencrypt' in group_names %}
11 Use SSL letsencrypt/live
12 Redirect temp / https://{{ apache.default_host }}/