pclcf->regex_locations are used with PCRE only
Igor Sysoev
11 years ago
1 changed file(s) with
2 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+2
-0
src/http/ngx_http_core_module.h
less
more
288
288
#endif
289
289
290
290
ngx_http_location_tree_node_t *static_locations;
291
#if (NGX_PCRE)
291
292
ngx_http_core_loc_conf_t **regex_locations;
293
#endif
292
294
293
295
/* pointer to the modules' loc_conf */
294
296
void **loc_conf;