mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 13:49:05 +08:00
nginx-0.3.32-RELEASE import
*) Bugfix: the debug logging on startup and reconfiguration time was removed; the bug had appeared in 0.3.31.
This commit is contained in:
parent
4a9b13545b
commit
e50caa8eee
@ -9,6 +9,22 @@
|
||||
<title lang="en">nginx changelog</title>
|
||||
|
||||
|
||||
<changes ver="0.3.32" date="11.03.2006">
|
||||
|
||||
<change type="bugfix">
|
||||
<para lang="ru">
|
||||
ÕÄÁÌÅÎÉÅ ÏÔÌÁÄÏÞÎÏÇÏ ÌÏÇÇÉÒÏ×ÁÎÉÑ ÎÁ ÓÔÁÒÔÅ É ÐÒÉ ÐÅÒÅËÏÎÆÉÇÕÒÁÃÉÉ;
|
||||
ÏÛÉÂËÁ ÐÏÑ×ÉÌÁÓØ × 0.3.31.
|
||||
</para>
|
||||
<para lang="en">
|
||||
the debug logging on startup and reconfiguration time was removed;
|
||||
bug appeared in 0.3.31.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
</changes>
|
||||
|
||||
|
||||
<changes ver="0.3.31" date="10.03.2006">
|
||||
|
||||
<change type="change">
|
||||
|
@ -8,7 +8,7 @@
|
||||
#define _NGINX_H_INCLUDED_
|
||||
|
||||
|
||||
#define NGINX_VER "nginx/0.3.31"
|
||||
#define NGINX_VER "nginx/0.3.32"
|
||||
|
||||
#define NGINX_VAR "NGINX"
|
||||
#define NGX_OLDPID_EXT ".oldbin"
|
||||
|
@ -580,9 +580,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
||||
name = in_addr[a].names.elts;
|
||||
for (s = 0; s < in_addr[a].names.nelts; s++) {
|
||||
|
||||
ngx_log_error(NGX_LOG_ALERT, cf->log, 0,
|
||||
"server name \"%V\"", &name[s].name);
|
||||
|
||||
ch = name[s].name.data[0];
|
||||
|
||||
if (ch == '*' || ch == '.') {
|
||||
@ -605,9 +602,6 @@ ngx_http_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
||||
|
||||
for (s = 0; s < in_addr[a].names.nelts; s++) {
|
||||
|
||||
ngx_log_error(NGX_LOG_ALERT, cf->log, 0,
|
||||
"wildcard server name \"%V\"", &name[s].name);
|
||||
|
||||
ch = name[s].name.data[0];
|
||||
|
||||
if (ch != '*' && ch != '.') {
|
||||
|
Loading…
Reference in New Issue
Block a user