You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/01 01:13:26 UTC

[GitHub] jonpspri commented on a change in pull request #285: Multi-architecture build of API Gateway.

jonpspri commented on a change in pull request #285: Multi-architecture build of API Gateway.
URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/285#discussion_r185150270
 
 

 ##########
 File path: common/api-gateway.conf.in
 ##########
 @@ -22,7 +22,7 @@
 # */
 #user                 nginx-api-gateway;
 user                 root;
-worker_processes     auto;
+worker_processes     ${worker_processes};
 
 Review comment:
   When building a profiling image, this value is set to 1 to support profiling.  The variable lets that be set at build time.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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