diff options
Diffstat (limited to 'src/http/ngx_http_log_handler.c')
-rw-r--r-- | src/http/ngx_http_log_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_log_handler.c b/src/http/ngx_http_log_handler.c index caef96750..ecdd07954 100644 --- a/src/http/ngx_http_log_handler.c +++ b/src/http/ngx_http_log_handler.c @@ -100,7 +100,7 @@ static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", static ngx_str_t ngx_http_combined_fmt = ngx_string("%addr - - [%time] \"%request\" %status %apache_length " - "\"%{Referer}i\" %{User-Agent}i\""); + "\"%{Referer}i\" \"%{User-Agent}i\""); ngx_http_log_op_name_t ngx_http_log_fmt_ops[] = { |