diff src/http/ngx_http_core_module.h @ 110:152567c11325

nginx-0.0.1-2003-07-02-22:51:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 02 Jul 2003 18:51:41 +0000
parents a9bc21d63fe4
children ac69ab96328d
line wrap: on
line diff
--- a/src/http/ngx_http_core_module.h	Wed Jul 02 14:41:17 2003 +0000
+++ b/src/http/ngx_http_core_module.h	Wed Jul 02 18:51:41 2003 +0000
@@ -20,6 +20,7 @@
 typedef struct {
     ngx_array_t  servers;              /* array of ngx_http_core_srv_conf_t */
     ngx_array_t  translate_handlers;
+    ngx_array_t  index_handlers;
 } ngx_http_core_main_conf_t;