diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 17:17:31 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-11-10 17:17:31 +0000 |
commit | 7832933eed3cb0187eca4fba87076f10c897925e (patch) | |
tree | 0ee672ca731819d447ec05da65e40610ae0d6ce4 /src/http/modules/ngx_http_static_handler.c | |
parent | 74e95c224ad84c6b84b5a834f49c014a441916b5 (diff) | |
download | nginx-7832933eed3cb0187eca4fba87076f10c897925e.tar.gz nginx-7832933eed3cb0187eca4fba87076f10c897925e.zip |
nginx-0.0.1-2003-11-10-20:17:31 import
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, 2 insertions, 0 deletions
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 */ |