aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_conf_file.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-11-25 13:00:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-11-25 13:00:53 +0000
commitecbb69ad7f775a71d82d5b1c79493e33913a4620 (patch)
treeecb44add92b25f2d705dd1e9de8783228e9c995b /src/core/ngx_conf_file.h
parent33930d82ce80dd4cd2c20e732940d4c88e411a98 (diff)
downloadnginx-ecbb69ad7f775a71d82d5b1c79493e33913a4620.tar.gz
nginx-ecbb69ad7f775a71d82d5b1c79493e33913a4620.zip
*) increase ngx_conf_log_error() buffer
*) always log an error code
Diffstat (limited to 'src/core/ngx_conf_file.h')
-rw-r--r--src/core/ngx_conf_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h
index fd881e724..763de44dd 100644
--- a/src/core/ngx_conf_file.h
+++ b/src/core/ngx_conf_file.h
@@ -71,7 +71,7 @@
#define NGX_CONF_MODULE 0x464E4F43 /* "CONF" */
-#define NGX_MAX_CONF_ERRSTR 256
+#define NGX_MAX_CONF_ERRSTR 1024
struct ngx_command_s {