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 07750ae83f2b3290b972c83e34191428596c8609..43460c420c4308755e9138ceca285a3e6d4e3b4c 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 />