From 493df348edb5080a423097f2683792ded402ba1d Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 4 Feb 2020 14:22:11 +0100 Subject: [PATCH] Fix template name and doc root --- templates/{vhost.conf => vhost.conf.twig} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename templates/{vhost.conf => vhost.conf.twig} (88%) diff --git a/templates/vhost.conf b/templates/vhost.conf.twig similarity index 88% rename from templates/vhost.conf rename to templates/vhost.conf.twig index 07750ae..43460c4 100644 --- a/templates/vhost.conf +++ b/templates/vhost.conf.twig @@ -1,5 +1,5 @@ <VirtualHost *:80> - DocumentRoot "/var/www/html/{{ webRoot }}/" + DocumentRoot "/var/www/html/{{ webRoot }}" ServerName default Include conf/preset.conf <Location /> -- GitLab