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 2019/11/28 15:55:03 UTC

[GitHub] [incubator-apisix] membphis commented on a change in pull request #917: Feature/config enhanced

membphis commented on a change in pull request #917: Feature/config enhanced
URL: https://github.com/apache/incubator-apisix/pull/917#discussion_r351850866
 
 

 ##########
 File path: conf/nginx/nginx.conf
 ##########
 @@ -17,9 +17,10 @@
 master_process on;
 
 worker_processes 1;
+worker_cpu_affinity auto;
 
-error_log logs/error.log warn;
-pid logs/nginx.pid;
+error_log /var/log/apisix/error.log warn;
 
 Review comment:
   ditto

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