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" : '';