comparison src/http/ngx_http_core_module.h @ 3731:72cc5b789021

inherit proxy_pass, fastcgi_pass, uwsgi_pass, scgi_pass inside a limit_except block if no handler was defined for the block
author Igor Sysoev <igor@sysoev.ru>
date Tue, 03 Aug 2010 09:24:25 +0000
parents 4430d110293e
children a08e8b3832ae
comparison
equal deleted inserted replaced
3730:d094e237abf4 3731:72cc5b789021
284 #if (NGX_PCRE) 284 #if (NGX_PCRE)
285 ngx_http_regex_t *regex; 285 ngx_http_regex_t *regex;
286 #endif 286 #endif
287 287
288 unsigned noname:1; /* "if () {}" block or limit_except */ 288 unsigned noname:1; /* "if () {}" block or limit_except */
289 unsigned lmt_excpt:1;
289 unsigned named:1; 290 unsigned named:1;
290 291
291 unsigned exact_match:1; 292 unsigned exact_match:1;
292 unsigned noregex:1; 293 unsigned noregex:1;
293 294