From 31f1efd4f5880cf5da6565d33ba2c3bbf59c4d4b Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Mon, 6 Jan 2014 11:34:32 +0000
Subject: [PATCH] Removed index.shtml from the index files

---
 mongoose.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mongoose.c b/mongoose.c
index 3765d89bc..f1036731f 100644
--- a/mongoose.c
+++ b/mongoose.c
@@ -346,7 +346,7 @@ static const char *static_config_options[] = {
   "global_auth_file", NULL,
   "hide_files_patterns", NULL,
   "idle_timeout_ms", "30000",
-  "index_files","index.html,index.htm,index.cgi,index.shtml,index.php,index.lp",
+  "index_files","index.html,index.htm,index.cgi,index.php,index.lp",
   "listening_port", NULL,
 #ifndef _WIN32
   "run_as_user", NULL,
-- 
GitLab