diff options
Diffstat (limited to 'src/http/ngx_http_config.h')
-rw-r--r-- | src/http/ngx_http_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h index 581556fe4..89110c023 100644 --- a/src/http/ngx_http_config.h +++ b/src/http/ngx_http_config.h @@ -20,7 +20,8 @@ typedef struct { typedef struct { - ngx_int_t (*pre_conf)(ngx_conf_t *cf); + ngx_int_t (*preconfiguration)(ngx_conf_t *cf); + ngx_int_t (*postconfiguration)(ngx_conf_t *cf); void *(*create_main_conf)(ngx_conf_t *cf); char *(*init_main_conf)(ngx_conf_t *cf, void *conf); |