aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-05-27 13:44:22 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-05-27 13:44:22 +0000
commit34ab21c53ad39ef96d9fb1dcc4d6e9fc5a72f4a6 (patch)
tree59462aedee04046f437f8fb3acd9615e0da9b72d /src/http/ngx_http_request.h
parentef0fae4279b7190a9a24d15fc14be1bc59e7c344 (diff)
downloadnginx-34ab21c53ad39ef96d9fb1dcc4d6e9fc5a72f4a6.tar.gz
nginx-34ab21c53ad39ef96d9fb1dcc4d6e9fc5a72f4a6.zip
fix a try_files/alias case when alias uses captures and
try_files .html "" / =404;
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index f9622714c..0559b4650 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -437,6 +437,7 @@ struct ngx_http_request_s {
unsigned invalid_header:1;
+ unsigned add_uri_to_alias:1;
unsigned valid_location:1;
unsigned valid_unparsed_uri:1;
unsigned uri_changed:1;