From bb4ec5c1721defd7b10f83ace51bddb71726dd1a Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 16 May 2003 15:27:48 +0000 Subject: nginx-0.0.1-2003-05-16-19:27:48 import --- src/http/ngx_http_core_module.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/http/ngx_http_core_module.h') diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 48de1463d..d44a86c11 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -17,6 +17,12 @@ typedef struct { } ngx_http_listen_t; +typedef struct { + int request_pool_size; + int client_header_buffer_size; +} ngx_http_core_main_conf_t; + + typedef struct { ngx_array_t locations; /* array of ngx_http_core_loc_conf_t */ -- cgit