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/08/18 09:46:28 UTC

[GitHub] [apisix-helm-chart] tokers commented on a diff in pull request #327: feat: Allow user to toggle enableServerTokens from values

tokers commented on code in PR #327:
URL: https://github.com/apache/apisix-helm-chart/pull/327#discussion_r948910698


##########
charts/apisix/values.yaml:
##########
@@ -188,6 +188,8 @@ nginx:
   workerConnections: "10620"
   workerProcesses: auto
   enableCPUAffinity: true
+  # Whether apisix shows the full version on response header Server
+  enableServerTokens: true

Review Comment:
   It should not be in the nginx section.



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