diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/http/ngx_http_config.h | 2 | ||||
| -rw-r--r-- | src/imap/ngx_imap.h | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/http/ngx_http_config.h b/src/http/ngx_http_config.h index d87d4c2c1..ee1194102 100644 --- a/src/http/ngx_http_config.h +++ b/src/http/ngx_http_config.h @@ -45,7 +45,7 @@ typedef struct { /* * ngx_http_conf_get_module_srv_conf() and ngx_http_conf_get_module_loc_conf() - * msut not be used because at the merge phase cf->ctx points to http{}'s ctx + * must not be used at the merge phase because cf->ctx points to http{}'s ctx */ #define ngx_http_conf_get_module_main_conf(cf, module) \ diff --git a/src/imap/ngx_imap.h b/src/imap/ngx_imap.h index 81f490be1..023f809ec 100644 --- a/src/imap/ngx_imap.h +++ b/src/imap/ngx_imap.h @@ -66,9 +66,11 @@ typedef struct { #define NGX_IMAP_PROXY_ERROR 11 -#define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ +#define NGX_IMAP_MODULE 0x50414D49 /* "IMAP" */ -#define NGX_IMAP_CONF 0x02000000 +#define NGX_IMAP_SRV_CONF 0x02000000 +#define NGX_IMAP_IMAP_CONF 0x04000000 +#define NGX_IMAP_POP3_CONF 0x08000000 void ngx_imap_init_connection(ngx_connection_t *c); |
