apisix-helm-chart
apisix-helm-chart copied to clipboard
feat: add enable_server_tokens option
APISIX/nginx server tokens are enabled by default, and leak APISIX version is form of a header - Server: APISIX/3.8.0. Add option to allow to disable version leak, turning header into Server: APISIX (full removal of the header is probably possible only using header-manipulating plugins).