From 8842c02136df64a68141d95292d0f6791f1754b9 Mon Sep 17 00:00:00 2001 From: Churro Date: Mon, 1 Dec 2014 22:50:07 +0100 Subject: [PATCH] Fixed indentation of location-block in Nginx Vhosts --- scripts/jobs/cron_tasks.inc.http.30.nginx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jobs/cron_tasks.inc.http.30.nginx.php b/scripts/jobs/cron_tasks.inc.http.30.nginx.php index 56466821..0c06ab1f 100644 --- a/scripts/jobs/cron_tasks.inc.http.30.nginx.php +++ b/scripts/jobs/cron_tasks.inc.http.30.nginx.php @@ -419,7 +419,7 @@ class nginx { ) { $vhost_content.= $this->composeSslSettings($domain); } - $vhost_content = $this->mergeVhostCustom($vhost_content, $this->create_pathOptions($domain)); + $vhost_content = $this->mergeVhostCustom($vhost_content, $this->create_pathOptions($domain)) . "\n"; $vhost_content.= $this->composePhpOptions($domain, $ssl_vhost); $vhost_content.= isset($this->needed_htpasswds[$domain['id']]) ? $this->needed_htpasswds[$domain['id']] . "\n" : '';