Latest update - 9004
This commit is contained in:
@@ -544,8 +544,8 @@ ngx_conf_read_token(ngx_conf_t *cf)
|
||||
}
|
||||
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||
"unexpected end of file, "
|
||||
"expecting \";\" or \"}\"");
|
||||
"unexpected end of file, "
|
||||
"expecting \";\" or \"}\"");
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
||||
|
||||
@@ -656,7 +656,7 @@ ngx_open_listening_sockets(ngx_cycle_t *cycle)
|
||||
/*
|
||||
* on OpenVZ after suspend/resume EADDRINUSE
|
||||
* may be returned by listen() instead of bind(), see
|
||||
* https://bugzilla.openvz.org/show_bug.cgi?id=2470
|
||||
* https://bugs.openvz.org/browse/OVZ-5587
|
||||
*/
|
||||
|
||||
if (err != NGX_EADDRINUSE || !ngx_test_config) {
|
||||
|
||||
Reference in New Issue
Block a user