diff options
Diffstat (limited to 'src/http/modules/ngx_http_static_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_static_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_static_handler.c b/src/http/modules/ngx_http_static_handler.c index a7ba91231..8360cc367 100644 --- a/src/http/modules/ngx_http_static_handler.c +++ b/src/http/modules/ngx_http_static_handler.c @@ -141,7 +141,7 @@ int ngx_http_static_handler(ngx_http_request_t *r) if (r->header_only) return rc; -#if 0 +#if 1 h->type = NGX_HUNK_FILE|NGX_HUNK_LAST; h->pos.file = 0; |