From 4daebaa32562542a32b823ceacc5ba890cc9cab8 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 24 Nov 2019 10:34:42 +0100 Subject: [PATCH] Ensure vhost-gen config files match with upstream --- cfg/vhost-gen/apache22.yml-example-rproxy | 2 +- cfg/vhost-gen/apache22.yml-example-vhost | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/vhost-gen/apache22.yml-example-rproxy b/cfg/vhost-gen/apache22.yml-example-rproxy index f2d4f018..eb10921e 100644 --- a/cfg/vhost-gen/apache22.yml-example-rproxy +++ b/cfg/vhost-gen/apache22.yml-example-rproxy @@ -40,7 +40,7 @@ ### vhost: | - ServerName __VHOST_NAME__ + ServerName __VHOST_NAME__ CustomLog "__ACCESS_LOG__" combined ErrorLog "__ERROR_LOG__" diff --git a/cfg/vhost-gen/apache22.yml-example-vhost b/cfg/vhost-gen/apache22.yml-example-vhost index 9a571c5e..57169b76 100644 --- a/cfg/vhost-gen/apache22.yml-example-vhost +++ b/cfg/vhost-gen/apache22.yml-example-vhost @@ -46,7 +46,7 @@ ### vhost: | - ServerName __VHOST_NAME__ + ServerName __VHOST_NAME__ CustomLog "__ACCESS_LOG__" combined ErrorLog "__ERROR_LOG__"