Latest update - 7316

This commit is contained in:
2018-07-13 08:33:02 +09:00
parent dec5a2d2c0
commit d5a540179c
6 changed files with 138 additions and 20 deletions
-4
View File
@@ -538,10 +538,6 @@ ngx_stream_optimize_servers(ngx_conf_t *cf, ngx_array_t *ports)
break;
}
if (ngx_clone_listening(cf, ls) != NGX_OK) {
return NGX_CONF_ERROR;
}
addr++;
last--;
}