fix mime type for absolute index
Igor Sysoev
14 years ago
1 changed file(s) with
4 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+4
-0
src/http/modules/ngx_http_index_module.c
less
more
502
502
ilcf->max_index_len = index->name.len;
503
503
}
504
504
505
if (index->name.data[0] == '/') {
506
continue;
507
}
508
505
509
/* include the terminating '\0' to the length to use ngx_copy() */
506
510
index->name.len++;
507
511