diff options
Diffstat (limited to 'src/http/ngx_http_core_module.h')
-rw-r--r-- | src/http/ngx_http_core_module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 1652f3560..20bf3a626 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h @@ -197,6 +197,9 @@ struct ngx_http_core_loc_conf_s { ngx_str_t root; /* root, alias */ ngx_str_t post_action; + ngx_array_t *root_lengths; + ngx_array_t *root_values; + ngx_array_t *types; ngx_hash_t types_hash; ngx_str_t default_type; |