aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-05-16 15:27:48 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-05-16 15:27:48 +0000
commitbb4ec5c1721defd7b10f83ace51bddb71726dd1a (patch)
tree408036d662e5e14a56e8ccd42e2d20a73a0b2cd0 /src/http/ngx_http_core_module.h
parent6ddfbf06625eca15ddf24ac95b755cdc9db32bfa (diff)
downloadnginx-bb4ec5c1721defd7b10f83ace51bddb71726dd1a.tar.gz
nginx-bb4ec5c1721defd7b10f83ace51bddb71726dd1a.zip
nginx-0.0.1-2003-05-16-19:27:48 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h6
1 files changed, 6 insertions, 0 deletions
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
@@ -18,6 +18,12 @@ typedef struct {
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 */
ngx_array_t listen; /* 'listen', array of ngx_http_listen_t */