commit | edf1c8c1b8a83a6592714516499a18adc830eeae | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jul 07 09:26:13 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jul 07 09:26:13 2008 +0000 |
tree | 01983bdab8428b3647f52d14fa098140070a7389 | |
parent | 4f677fd20377230cf959cddb39ceb4d566ce4866 [diff] [blame] |
always test root existence for access_log with variables
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 1a4eae1..be22db6 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h
@@ -469,6 +469,7 @@ unsigned request_output:1; unsigned header_sent:1; unsigned expect_tested:1; + unsigned root_tested:1; unsigned done:1; unsigned utf8:1;