mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Sorted options list
This commit is contained in:
parent
02937f8852
commit
7cec2fe280
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user