From 7832933eed3cb0187eca4fba87076f10c897925e Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 10 Nov 2003 17:17:31 +0000 Subject: nginx-0.0.1-2003-11-10-20:17:31 import --- src/http/modules/ngx_http_static_handler.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/modules/ngx_http_static_handler.c') diff --git a/src/http/modules/ngx_http_static_handler.c b/src/http/modules/ngx_http_static_handler.c index 9849dbf34..33d293aac 100644 --- a/src/http/modules/ngx_http_static_handler.c +++ b/src/http/modules/ngx_http_static_handler.c @@ -16,6 +16,8 @@ static ngx_command_t ngx_http_static_commands[] = { ngx_http_module_t ngx_http_static_module_ctx = { + NULL, /* pre conf */ + NULL, /* create main configuration */ NULL, /* init main configuration */ -- cgit v1.2.3