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
@@ -1685,10 +1685,6 @@ ngx_http_init_listening(ngx_conf_t *cf, ngx_http_conf_port_t *port)
break;
}
if (ngx_clone_listening(cf, ls) != NGX_OK) {
return NGX_ERROR;
}
addr++;
last--;
}