Add error_log_file, use extended log format

PUBLISHED_FROM=d189b44857723871159826944bde9b87089bb0bd
This commit is contained in:
Sergey Lyubka 2015-12-05 15:59:58 +00:00 committed by rojer
parent c948a509fb
commit ecf20ec7b8

View File

@ -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"