comparison src/http/ngx_http_core_module.h @ 2548:163114282d2c

captures support in location and alias
author Igor Sysoev <igor@sysoev.ru>
date Fri, 06 Mar 2009 12:49:22 +0000
parents 8b9861c2a32f
children 2d34fba7cf06
comparison
equal deleted inserted replaced
2547:912ce4113f21 2548:163114282d2c
272 struct ngx_http_core_loc_conf_s { 272 struct ngx_http_core_loc_conf_s {
273 ngx_str_t name; /* location name */ 273 ngx_str_t name; /* location name */
274 274
275 #if (NGX_PCRE) 275 #if (NGX_PCRE)
276 ngx_regex_t *regex; 276 ngx_regex_t *regex;
277
278 unsigned captures:1;
277 #endif 279 #endif
278 280
279 unsigned noname:1; /* "if () {}" block or limit_except */ 281 unsigned noname:1; /* "if () {}" block or limit_except */
280 unsigned named:1; 282 unsigned named:1;
281 283