aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_config.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-12-27 07:27:47 +0000
committerIgor Sysoev <igor@sysoev.ru>2002-12-27 07:27:47 +0000
commit6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05 (patch)
treeeafd8558e79c67ea1045e9a0bed78f6ba2f92fa8 /src/http/ngx_http_config.h
parent207ed5a589055899a5841d1a9f3074fc4ff407c5 (diff)
downloadnginx-6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05.tar.gz
nginx-6b5c0f70d7cdcc8ac9e63989efcf6911aaf9ab05.zip
nginx-0.0.1-2002-12-27-10:27:47 import
Diffstat (limited to 'src/http/ngx_http_config.h')
-rw-r--r--src/http/ngx_http_config.h5
1 files changed, 3 insertions, 2 deletions
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;