diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-05-14 16:51:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-05-14 16:51:47 +0000 |
| commit | 3043bfcf105e47969720d5bce8c3a89afe8e666d (patch) | |
| tree | b96e067363d329f55db34a53d76e6717108d630f /src/http/ngx_http_core_module.h | |
| parent | 31f7f6a5410c258e9ad85a4b166804bc57b4c0b9 (diff) | |
| download | nginx-3043bfcf105e47969720d5bce8c3a89afe8e666d.tar.gz nginx-3043bfcf105e47969720d5bce8c3a89afe8e666d.tar.bz2 | |
nginx-0.0.3-2004-05-14-20:51:47 import
Diffstat (limited to 'src/http/ngx_http_core_module.h')
| -rw-r--r-- | src/http/ngx_http_core_module.h | 2 |
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 40cf40f0d..a8a6cf0ef 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -58,6 +58,8 @@ typedef struct { ngx_msec_t post_accept_timeout; ngx_msec_t client_header_timeout; + ngx_uint_t restrict_host_names; + ngx_flag_t large_client_header; } ngx_http_core_srv_conf_t; |
