pclcf->regex_locations are used with PCRE only
This commit is contained in:
parent
0750c93313
commit
751a371878
1 changed files with 2 additions and 0 deletions
|
@ -289,7 +289,9 @@ struct ngx_http_core_loc_conf_s {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ngx_http_location_tree_node_t *static_locations;
|
ngx_http_location_tree_node_t *static_locations;
|
||||||
|
#if (NGX_PCRE)
|
||||||
ngx_http_core_loc_conf_t **regex_locations;
|
ngx_http_core_loc_conf_t **regex_locations;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* pointer to the modules' loc_conf */
|
/* pointer to the modules' loc_conf */
|
||||||
void **loc_conf;
|
void **loc_conf;
|
||||||
|
|
Loading…
Reference in a new issue