Commit 7cec2fe2 authored by Sergey Lyubka's avatar Sergey Lyubka

Sorted options list

parent 02937f88
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment