Miss-you 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_r375967337
########## File path: conf/config.yaml ########## @@ -21,7 +21,7 @@ apisix: enable_admin_cors: true # Admin API support CORS response headers. enable_debug: false enable_dev_mode: false # Sets nginx worker_processes to 1 if set to true - enable_reuseport: true # Enable nginx SO_REUSEPORT switch if set to true. + enable_reuseport: false # Enable nginx SO_REUSEPORT switch if set to true. Review comment: setting enable_reuseport false to verify that test cases are working. ---------------------------------------------------------------- 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
