apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

feat: add enable_server_tokens option

Open mstefany opened this issue 1 year ago • 2 comments

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

mstefany avatar Mar 05 '24 12:03 mstefany