comparison src/http/modules/ngx_http_index_handler.c @ 54:27b628ef907e

nginx-0.0.1-2003-01-28-18:56:37 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 28 Jan 2003 15:56:37 +0000
parents 5365b189a97e
children e8cdc2989cee
comparison
equal deleted inserted replaced
53:d1e42f1b8fd4 54:27b628ef907e
23 23
24 24
25 static ngx_command_t ngx_http_index_commands[] = { 25 static ngx_command_t ngx_http_index_commands[] = {
26 26
27 {ngx_string("index"), 27 {ngx_string("index"),
28 NGX_HTTP_LOC_CONF|NGX_CONF_BLOCK|NGX_CONF_ANY, 28 NGX_HTTP_LOC_CONF|NGX_CONF_ANY,
29 ngx_http_index_set_index, 29 ngx_http_index_set_index,
30 NGX_HTTP_LOC_CONF_OFFSET, 30 NGX_HTTP_LOC_CONF_OFFSET,
31 0}, 31 0},
32 32
33 {ngx_string(""), 0, NULL, 0, 0} 33 {ngx_string(""), 0, NULL, 0, 0}