mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 11:09:01 +08:00
Add error_log_file, use extended log format
PUBLISHED_FROM=d189b44857723871159826944bde9b87089bb0bd
This commit is contained in:
parent
c948a509fb
commit
ecf20ec7b8
@ -1744,9 +1744,6 @@ struct mg_serve_http_opts {
|
||||
/* List of index files. Default is "" */
|
||||
const char *index_files;
|
||||
|
||||
/* Path to a HTTP requests log file. Leave as NULL to disable access log. */
|
||||
const char *access_log_file;
|
||||
|
||||
/*
|
||||
* Leave as NULL to disable authentication.
|
||||
* To enable directory protection with authentication, set this to ".htpasswd"
|
||||
|
Loading…
Reference in New Issue
Block a user