diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2012-07-29 19:59:06 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2012-07-29 19:59:06 +0000 |
| commit | 1c31039d1e0cc8d06fe5cd2b6ad727d3c1c25853 (patch) | |
| tree | f7ae3c56e44b5bf45f6c3fe0ba3a2e24a705827c /src/core/ngx_conf_file.h | |
| parent | 7f3a352e5a3aaf72a8fae7abfdb4cd9e0047aeb4 (diff) | |
| download | nginx-1c31039d1e0cc8d06fe5cd2b6ad727d3c1c25853.tar.gz nginx-1c31039d1e0cc8d06fe5cd2b6ad727d3c1c25853.tar.bz2 | |
Improved diagnostics when a directive is specified in the wrong context.
Diffstat (limited to 'src/core/ngx_conf_file.h')
| -rw-r--r-- | src/core/ngx_conf_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index 4b87f1aad..41bacaa98 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -45,7 +45,7 @@ #define NGX_CONF_ANY 0x00000400 #define NGX_CONF_1MORE 0x00000800 #define NGX_CONF_2MORE 0x00001000 -#define NGX_CONF_MULTI 0x00002000 +#define NGX_CONF_MULTI 0x00000000 /* compatibility */ #define NGX_DIRECT_CONF 0x00010000 |
