diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-05-16 15:27:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-05-16 15:27:48 +0000 |
commit | bb4ec5c1721defd7b10f83ace51bddb71726dd1a (patch) | |
tree | 408036d662e5e14a56e8ccd42e2d20a73a0b2cd0 /src/http/modules/ngx_http_index_handler.c | |
parent | 6ddfbf06625eca15ddf24ac95b755cdc9db32bfa (diff) | |
download | nginx-bb4ec5c1721defd7b10f83ace51bddb71726dd1a.tar.gz nginx-bb4ec5c1721defd7b10f83ace51bddb71726dd1a.zip |
nginx-0.0.1-2003-05-16-19:27:48 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r-- | src/http/modules/ngx_http_index_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_index_handler.c b/src/http/modules/ngx_http_index_handler.c index 4af3c946b..2a236ee6d 100644 --- a/src/http/modules/ngx_http_index_handler.c +++ b/src/http/modules/ngx_http_index_handler.c @@ -47,8 +47,8 @@ ngx_http_module_t ngx_http_index_module_ctx = { ngx_module_t ngx_http_index_module = { - 0, /* module index */ &ngx_http_index_module_ctx, /* module context */ + 0, /* module index */ ngx_http_index_commands, /* module directives */ NGX_HTTP_MODULE_TYPE, /* module type */ ngx_http_index_init /* init module */ |