mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
pclcf->regex_locations are used with PCRE only
This commit is contained in:
parent
72cdf92a91
commit
4b97b33336
@ -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 New Issue
Block a user