diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-10 18:05:12 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-10 18:05:12 +0000 |
commit | b0869056bb4385a6b30fc58c653716c45ed33916 (patch) | |
tree | 8522c66320ee59e4671f23058a971d9556d1a6a0 /src/http/ngx_http_modules.c | |
parent | ef259d140f378be8d7936d04038354a93cccb461 (diff) | |
download | nginx-b0869056bb4385a6b30fc58c653716c45ed33916.tar.gz nginx-b0869056bb4385a6b30fc58c653716c45ed33916.zip |
nginx-0.0.1-2002-12-10-21:05:12 import
Diffstat (limited to 'src/http/ngx_http_modules.c')
-rw-r--r-- | src/http/ngx_http_modules.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/http/ngx_http_modules.c b/src/http/ngx_http_modules.c index 9676a0ffb..d8977ef3e 100644 --- a/src/http/ngx_http_modules.c +++ b/src/http/ngx_http_modules.c @@ -9,7 +9,9 @@ extern ngx_http_module_t ngx_http_index_module; ngx_http_module_t *ngx_http_modules[] = { &ngx_http_write_filter_module, &ngx_http_output_filter_module, - &ngx_http_core_module, + &ngx_http_index_module, + &ngx_http_core_module, + NULL }; |