Sorted options list

This commit is contained in:
Sergey Lyubka 2014-01-04 20:11:55 +00:00
parent 02937f8852
commit 7cec2fe280

View File

@ -315,6 +315,7 @@ static const char *static_config_options[] = {
"auth_domain", "mydomain.com",
"cgi_interpreter", NULL,
"cgi_pattern", "**.cgi$|**.pl$|**.php$",
"dav_auth_file", NULL,
"document_root", NULL,
"enable_directory_listing", "yes",
"error_log_file", NULL,
@ -324,7 +325,6 @@ static const char *static_config_options[] = {
"idle_timeout_ms", "30000",
"index_files","index.html,index.htm,index.cgi,index.shtml,index.php,index.lp",
"listening_port", NULL,
"dav_auth_file", NULL,
"run_as_user", NULL,
"ssl_certificate", NULL,
"url_rewrites", NULL,