From 23313282cee3261b6e4b25635ed2390be7fc8051 Mon Sep 17 00:00:00 2001 From: "Andreas Burchert (scarya)" Date: Mon, 12 Dec 2011 18:03:19 +0100 Subject: [PATCH] Small fix in create_pathOptions(). Signed-off-by: Andreas Burchert (scarya) --- scripts/jobs/cron_tasks.inc.http.30.nginx.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/jobs/cron_tasks.inc.http.30.nginx.php b/scripts/jobs/cron_tasks.inc.http.30.nginx.php index a23dd516..fa0818ec 100644 --- a/scripts/jobs/cron_tasks.inc.http.30.nginx.php +++ b/scripts/jobs/cron_tasks.inc.http.30.nginx.php @@ -523,6 +523,7 @@ class nginx $this->vhost_root_autoindex = false; } $path_options.= "\t\t" . 'index index.php index.html index.htm;'."\n"; + $path_options.= "\t".'} ' . "\n"; } // }