Small fix in create_pathOptions().

Signed-off-by: Andreas Burchert (scarya) <scarya@froxlor.org>
This commit is contained in:
Andreas Burchert (scarya)
2011-12-12 18:03:19 +01:00
parent 1c9023cdaf
commit 23313282ce

View File

@@ -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";
}
// }