aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_index_handler.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-16 21:26:01 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-16 21:26:01 +0000
commitda85f7f5fc233a10abf3cbcbda547c918b67fb27 (patch)
treecf196e3f59770ee720b4ad387eee004b4f28f762 /src/http/modules/ngx_http_index_handler.c
parent9c61095a30ed2b6bf051dacbbbd26ae2769d9e34 (diff)
downloadnginx-da85f7f5fc233a10abf3cbcbda547c918b67fb27.tar.gz
nginx-da85f7f5fc233a10abf3cbcbda547c918b67fb27.zip
nginx-0.0.3-2004-03-17-00:26:01 import
Diffstat (limited to 'src/http/modules/ngx_http_index_handler.c')
-rw-r--r--src/http/modules/ngx_http_index_handler.c2
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 dd965d0cc..12e96f1c1 100644
--- a/src/http/modules/ngx_http_index_handler.c
+++ b/src/http/modules/ngx_http_index_handler.c
@@ -21,7 +21,7 @@ typedef struct {
} ngx_http_index_ctx_t;
-#define NGX_HTTP_DEFAULT_INDEX "index.html"
+#define NGX_HTTP_DEFAULT_INDEX (u_char *) "index.html"
static ngx_int_t ngx_http_index_test_dir(ngx_http_request_t *r,