diff src/http/modules/ngx_http_static_handler.c @ 63:36d2c25cc9bb

nginx-0.0.1-2003-02-26-23:21:43 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 26 Feb 2003 20:21:43 +0000
parents 4f3e2abcc2c4
children 5a7d1aaa1618
line wrap: on
line diff
--- 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_req
     if (r->header_only)
         return rc;
 
-#if 0
+#if 1
 
     h->type = NGX_HUNK_FILE|NGX_HUNK_LAST;
     h->pos.file = 0;