瀏覽代碼

Added index.shtml and index.php to index_files

Sergey Lyubka 13 年之前
父節點
當前提交
bd3b812b82
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mongoose.c

+ 1 - 1
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",