From bd3b812b822011ade1dbe6fba996f520809f298f Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sun, 27 May 2012 10:35:51 +0100 Subject: [PATCH] Added index.shtml and index.php to index_files --- mongoose.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoose.c b/mongoose.c index 654cd280..9228179b 100644 --- a/mongoose.c +++ b/mongoose.c @@ -429,7 +429,7 @@ static const char *config_options[] = { "d", "enable_directory_listing", "yes", "e", "error_log_file", NULL, "g", "global_passwords_file", NULL, - "i", "index_files", "index.html,index.htm,index.cgi", + "i", "index_files", "index.html,index.htm,index.cgi,index.shtml,index.php", "k", "enable_keep_alive", "no", "l", "access_control_list", NULL, "M", "max_request_size", "16384",