diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-08-29 16:59:54 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-08-29 16:59:54 +0000 |
commit | 016b85270268989d769bade2004a7c628a47d726 (patch) | |
tree | e5054a784236d0087b0a5f2cb473a082cfd6023f /src/http/ngx_http.c | |
parent | 0ad17c09032bdfbc67cd1239b43107edc9d55a52 (diff) | |
download | nginx-016b85270268989d769bade2004a7c628a47d726.tar.gz nginx-016b85270268989d769bade2004a7c628a47d726.zip |
nginx-0.0.1-2002-08-29-20:59:54 import
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 41d8d234e..5410d314b 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -17,6 +17,7 @@ int ngx_http_init(ngx_pool_t *pool, ngx_log_t *log) { ngx_listen_t *ls; + ngx_http_server.header_timeout = 20000; ngx_http_server.buff_size = 1024; #if (WIN32) ngx_http_server.doc_root = "html"; |