diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-03-09 19:47:07 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-03-09 19:47:07 +0000 |
| commit | fc5a10aedcdd8cf261ecc164941562bc52fe415d (patch) | |
| tree | dc6ad97805a315afca82e852717f84debb30eb54 /src/http/ngx_http_log_handler.c | |
| parent | 833823cbb89482710779c59206b77c197c3747d2 (diff) | |
| download | nginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.tar.gz nginx-fc5a10aedcdd8cf261ecc164941562bc52fe415d.tar.bz2 | |
nginx-0.0.2-2004-03-09-22:47:07 import
Diffstat (limited to 'src/http/ngx_http_log_handler.c')
| -rw-r--r-- | src/http/ngx_http_log_handler.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/ngx_http_log_handler.c b/src/http/ngx_http_log_handler.c index b34bd1bf2..f2ac5a33b 100644 --- a/src/http/ngx_http_log_handler.c +++ b/src/http/ngx_http_log_handler.c @@ -95,9 +95,6 @@ ngx_module_t ngx_http_log_module = { static ngx_str_t http_access_log = ngx_string("access.log"); -static char *months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", - "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; - static ngx_str_t ngx_http_combined_fmt = ngx_string("%addr - - [%time] \"%request\" %status %apache_length " "\"%{Referer}i\" \"%{User-Agent}i\""); |
