From 6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 27 Dec 2002 07:27:47 +0000 Subject: nginx-0.0.1-2002-12-27-10:27:47 import --- src/http/ngx_http_config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/http/ngx_http_config.h') diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h index f0321f642..4bea178eb 100644 --- a/src/http/ngx_http_config.h +++ b/src/http/ngx_http_config.h @@ -7,8 +7,9 @@ typedef struct { - void **srv_conf; - void **loc_conf; + void **srv_conf; + void **loc_conf; + ngx_array_t *locations; } ngx_http_conf_ctx_t; -- cgit