Added index.shtml and index.php to index_files

This commit is contained in:
Sergey Lyubka 2012-05-27 10:35:51 +01:00
parent 4c5fee9673
commit bd3b812b82

View File

@ -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",