You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/02/06 12:35:00 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #1085: Modify bin/apisix to support the SO_REUSEPORT

membphis 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_r375808647
 
 

 ##########
 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:
   default value `true` is better

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services