diff options
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 9f5b65c96..6e19ebf8c 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -28,6 +28,8 @@ typedef struct { ngx_uint_t deferred_accept; #endif + u_char addr[INET_ADDRSTRLEN + 6]; + } ngx_http_listen_conf_t; @@ -196,6 +198,9 @@ struct ngx_http_core_loc_conf_s { /* pointer to the modules' loc_conf */ void **loc_conf ; + uint32_t limit_except; + void **limit_except_loc_conf ; + ngx_http_handler_pt handler; ngx_str_t root; /* root, alias */ |