From 088242592ae6003b8001b46fe6fc4d82808ff740 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Wed, 27 Sep 2023 22:07:20 +0200 Subject: [PATCH] Added raw parameter --- templates/httpd-vhost.conf.mustache | 2 ++ 1 file changed, 2 insertions(+) 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}}