comparison src/http/ngx_http.c @ 64:34d647deb1da

nginx-0.0.1-2003-03-04-09:33:48 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 04 Mar 2003 06:33:48 +0000
parents e8cdc2989cee
children 5a7d1aaa1618
comparison
equal deleted inserted replaced
63:36d2c25cc9bb 64:34d647deb1da
16 16
17 int ngx_http_max_module; 17 int ngx_http_max_module;
18 18
19 ngx_array_t ngx_http_servers; /* array of ngx_http_core_srv_conf_t */ 19 ngx_array_t ngx_http_servers; /* array of ngx_http_core_srv_conf_t */
20 20
21 int ngx_http_post_accept_timeout = 10000; 21 int ngx_http_post_accept_timeout = 30000;
22 int ngx_http_connection_pool_size = 16384; 22 int ngx_http_connection_pool_size = 16384;
23 int ngx_http_request_pool_size = 16384; 23 int ngx_http_request_pool_size = 16384;
24 int ngx_http_client_header_timeout = 20000; 24 int ngx_http_client_header_timeout = 60000;
25 int ngx_http_client_header_buffer_size = 1024; 25 int ngx_http_client_header_buffer_size = 1024;
26 int ngx_http_large_client_header = 1;
27
28 int ngx_http_url_in_error_log = 1;
26 29
27 /* STUB: per location */ 30 /* STUB: per location */
28 int ngx_http_lingering_timeout = 5000; 31 int ngx_http_lingering_timeout = 5000;
29 int ngx_http_lingering_time = 30; 32 int ngx_http_lingering_time = 30;
30 /**/ 33 /**/