Update config.json.example
This commit is contained in:
parent
d008bda302
commit
d129e43ccc
|
@ -58,7 +58,7 @@
|
||||||
//drogon.log ...
|
//drogon.log ...
|
||||||
"logfile_base_name":"",
|
"logfile_base_name":"",
|
||||||
//log_size_limit:100000000 bytes by default,
|
//log_size_limit:100000000 bytes by default,
|
||||||
//When the log file size reaches "log_size_limit", the log file is switched.
|
//When the log file size reaches "log_size_limit", the log file will be switched.
|
||||||
"log_size_limit":100000000
|
"log_size_limit":100000000
|
||||||
},
|
},
|
||||||
//run_as_daemon:false by default
|
//run_as_daemon:false by default
|
||||||
|
@ -69,4 +69,4 @@
|
||||||
//use sendfile() system-call to send static file to client;
|
//use sendfile() system-call to send static file to client;
|
||||||
"use_sendfile":true
|
"use_sendfile":true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue