From 6253ca1b62c24bbac8c380d4ae64353b671ad7ef Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 27 May 2003 12:18:54 +0000 Subject: nginx-0.0.1-2003-05-27-16:18:54 import --- src/http/modules/ngx_http_index_handler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/http/modules/ngx_http_index_handler.h') diff --git a/src/http/modules/ngx_http_index_handler.h b/src/http/modules/ngx_http_index_handler.h index 3dd6bd82c..3d2f6f00d 100644 --- a/src/http/modules/ngx_http_index_handler.h +++ b/src/http/modules/ngx_http_index_handler.h @@ -3,16 +3,16 @@ #include -#include +#include #include -#define NGX_HTTP_INDEX "index.html" +#define NGX_HTTP_DEFAULT_INDEX "index.html" typedef struct { - ngx_array_t *indices; - size_t max_index_len; + ngx_array_t indices; + size_t max_index_len; } ngx_http_index_conf_t; -- cgit