X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/4763f339a2f3f37ccfd4dcc009c83614efc302cc..37172332242967cf211f16c179c2a69135aa9b52:/roles/apache/templates/000-default.conf diff --git a/roles/apache/templates/000-default.conf b/roles/apache/templates/000-default.conf new file mode 100644 index 0000000..8865a0a --- /dev/null +++ b/roles/apache/templates/000-default.conf @@ -0,0 +1,8 @@ +# redirect all undefined virtual hosts to {{ apache.default_host }} + + Redirect temp / https://{{ apache.default_host }}/ + + + Use SSL letsencrypt/live + Redirect temp / https://{{ apache.default_host }}/ +