moonming commented on a change in pull request #1085: Modify bin/apisix to
support the SO_REUSEPORT
URL: https://github.com/apache/incubator-apisix/pull/1085#discussion_r375609270
##########
File path: bin/apisix
##########
@@ -507,6 +507,7 @@ local function init()
with_module_status = with_module_status,
node_ssl_listen = 9443, -- default value
error_log = {level = "warn"},
+ enable_reuseport = true, -- default true
Review comment:
the default value should be set in `config.yaml`, not here.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services