summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_gzip_static_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-07-07 09:26:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-07-07 09:26:13 +0000
commitedf1c8c1b8a83a6592714516499a18adc830eeae (patch)
tree01983bdab8428b3647f52d14fa098140070a7389 /src/http/modules/ngx_http_gzip_static_module.c
parent4f677fd20377230cf959cddb39ceb4d566ce4866 (diff)
downloadnginx-edf1c8c1b8a83a6592714516499a18adc830eeae.tar.gz
nginx-edf1c8c1b8a83a6592714516499a18adc830eeae.tar.bz2
always test root existence for access_log with variables
Diffstat (limited to 'src/http/modules/ngx_http_gzip_static_module.c')
-rw-r--r--src/http/modules/ngx_http_gzip_static_module.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/ngx_http_gzip_static_module.c b/src/http/modules/ngx_http_gzip_static_module.c
index 41ac0d3ee..51fe0d56d 100644
--- a/src/http/modules/ngx_http_gzip_static_module.c
+++ b/src/http/modules/ngx_http_gzip_static_module.c
@@ -175,6 +175,8 @@ ngx_http_gzip_static_handler(ngx_http_request_t *r)
#endif
+ r->root_tested = 1;
+
rc = ngx_http_discard_request_body(r);
if (rc != NGX_OK) {