aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_core_module.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-06-25 14:42:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-06-25 14:42:03 +0000
commitb1af9bbcabf1bdbe119366971a2d0f6c3f8f595d (patch)
tree620831fd01e5fd9914385c3a461b09811ed0dd65 /src/http/ngx_http_core_module.h
parent59f3aa3a9baeab8c8277332e75a83f134d1e026a (diff)
downloadnginx-b1af9bbcabf1bdbe119366971a2d0f6c3f8f595d.tar.gz
nginx-b1af9bbcabf1bdbe119366971a2d0f6c3f8f595d.zip
nginx-0.0.7-2004-06-25-18:42:03 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r--src/http/ngx_http_core_module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index d04d4f907..834cf582b 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -41,6 +41,8 @@ typedef struct {
ngx_http_phase_t phases[NGX_HTTP_LAST_PHASE];
ngx_array_t index_handlers;
+
+ size_t max_server_name_len;
} ngx_http_core_main_conf_t;