comparison src/http/modules/ngx_http_static_handler.c @ 177:4db54fdbcbe7

nginx-0.0.1-2003-11-10-20:17:31 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 17:17:31 +0000
parents c0552e5ab567
children 4c698194c56d
comparison
equal deleted inserted replaced
176:c0552e5ab567 177:4db54fdbcbe7
14 }; 14 };
15 15
16 16
17 17
18 ngx_http_module_t ngx_http_static_module_ctx = { 18 ngx_http_module_t ngx_http_static_module_ctx = {
19 NULL, /* pre conf */
20
19 NULL, /* create main configuration */ 21 NULL, /* create main configuration */
20 NULL, /* init main configuration */ 22 NULL, /* init main configuration */
21 23
22 NULL, /* create server configuration */ 24 NULL, /* create server configuration */
23 NULL, /* merge server configuration */ 25 NULL, /* merge server configuration */