X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/93e78be7a2101609149534138cbd4c627a80c393..HEAD:/roles/apache/templates/000-default.conf diff --git a/roles/apache/templates/000-default.conf b/roles/apache/templates/000-default.conf index 23f6f5e..5e02d0b 100644 --- a/roles/apache/templates/000-default.conf +++ b/roles/apache/templates/000-default.conf @@ -1,10 +1,8 @@ -# redirect all undefined virtual hosts to {{ apache.default_host }} +# Default host: serve nothing. - Redirect temp / https://{{ apache.default_host }}/ {% if 'letsencrypt' in group_names %} Use SSL letsencrypt/live - Redirect temp / https://{{ apache.default_host }}/ {% endif %}