diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_config.h | 5 |
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; |
