diff --git a/templates/httpd-vhost.conf.mustache b/templates/httpd-vhost.conf.mustache index e9ed149..dbcb878 100644 --- a/templates/httpd-vhost.conf.mustache +++ b/templates/httpd-vhost.conf.mustache @@ -21,6 +21,7 @@ ServerAlias {{#vars.apache_vhost.site.aliases}}{{.}} {{/vars.apache_vhost.site.aliases}} ErrorLog "{{vars.apache.log_dir}}/{{vars.apache_vhost.site.domain}}-error.log" CustomLog "{{vars.apache.log_dir}}/{{vars.apache_vhost.site.domain}}-access.log" combined + {{vars.apache_vhost.site.raw}} {{/vars.apache_vhost.site.ssl}} @@ -48,6 +49,7 @@ RewriteEngine On Alias /.well-known/acme-challenge/ "{{vars.apache.default_html_dir}}/.well-known/acme-challenge/" RewriteRule "^/.well-known/acme-challenge/" - [L] + {{vars.apache_vhost.site.raw}} {{/vars.apache_vhost.site.ssl}}