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 2022/05/05 02:10:20 UTC

[GitHub] [apisix-helm-chart] Gallardot commented on a diff in pull request #268: nginx connection configurage to values.yaml attribute

Gallardot commented on code in PR #268:
URL: https://github.com/apache/apisix-helm-chart/pull/268#discussion_r865513520


##########
charts/apisix/values.yaml:
##########
@@ -312,6 +312,21 @@ logs:
   errorLog: "/dev/stderr"
   errorLogLevel: "warn"
 
+# access and error log configuration
+nginx:
+  core:
+    worker_rlimit_nofile: 20480
+    events:
+      worker_connections: 10620
+  logs:
+    enableAccessLog: true

Review Comment:
   How does those `logs` configuration item work in the current version? Maybe need some compatibility code?



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

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org