diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -274,6 +274,8 @@ struct ngx_http_core_loc_conf_s {
 
 #if (NGX_PCRE)
     ngx_regex_t  *regex;
+
+    unsigned      captures:1;
 #endif
 
     unsigned      noname:1;   /* "if () {}" block or limit_except */