diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-03-04 06:33:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-03-04 06:33:48 +0000 |
commit | 6a644c694de6a7afc87d25395c2cf6fcc46c4e6f (patch) | |
tree | d1e6cb8b9cc688cbfcbc83c3e065930c36244715 /src/http/ngx_http.c | |
parent | ff148df8f694212e2cf13f0d43532949433831a2 (diff) | |
download | nginx-6a644c694de6a7afc87d25395c2cf6fcc46c4e6f.tar.gz nginx-6a644c694de6a7afc87d25395c2cf6fcc46c4e6f.zip |
nginx-0.0.1-2003-03-04-09:33:48 import
Diffstat (limited to 'src/http/ngx_http.c')
-rw-r--r-- | src/http/ngx_http.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/http/ngx_http.c b/src/http/ngx_http.c index 4675325ad..83c9e1dd9 100644 --- a/src/http/ngx_http.c +++ b/src/http/ngx_http.c @@ -18,11 +18,14 @@ int ngx_http_max_module; ngx_array_t ngx_http_servers; /* array of ngx_http_core_srv_conf_t */ -int ngx_http_post_accept_timeout = 10000; +int ngx_http_post_accept_timeout = 30000; int ngx_http_connection_pool_size = 16384; int ngx_http_request_pool_size = 16384; -int ngx_http_client_header_timeout = 20000; +int ngx_http_client_header_timeout = 60000; int ngx_http_client_header_buffer_size = 1024; +int ngx_http_large_client_header = 1; + +int ngx_http_url_in_error_log = 1; /* STUB: per location */ int ngx_http_lingering_timeout = 5000; |