comparison src/http/modules/ngx_http_static_handler.c @ 59:e8cdc2989cee

nginx-0.0.1-2003-02-06-20:21:13 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 06 Feb 2003 17:21:13 +0000
parents f1ee46c036a4
children 4f3e2abcc2c4
comparison
equal deleted inserted replaced
58:6b13b1cadabe 59:e8cdc2989cee
1 1
2 #include <ngx_config.h> 2 #include <ngx_config.h>
3
3 #include <ngx_string.h> 4 #include <ngx_string.h>
4 #include <ngx_file.h> 5 #include <ngx_file.h>
5 #include <ngx_hunk.h> 6 #include <ngx_hunk.h>
6 #include <ngx_http.h> 7 #include <ngx_http.h>
8 #include <ngx_http_output_filter.h>
7 9
8 ngx_http_module_t ngx_http_static_module; 10 ngx_http_module_t ngx_http_static_module;
9 11
10 12
11 #if 0 13 #if 0