diff --git a/app/docs/0.10.x/configuration.md b/app/docs/0.10.x/configuration.md index 11a292557de5..d1e727501701 100644 --- a/app/docs/0.10.x/configuration.md +++ b/app/docs/0.10.x/configuration.md @@ -421,6 +421,24 @@ exceeded, the least recently used connections are closed. Default: `60` +--- + +##### **server_tokens** + +Enables or disables emitting Kong version on error pages and in the "Server" or "Via" +(in case the request was proxied) response header field. + +Default: `on` + +--- + +##### **latency_tokens** + +Enables or disables emitting Kong latency information in the "X-Kong-Proxy-Latency" +and "X-Kong-Upstream-Latency" response header fields. + +Default: `on` + [Back to TOC](#table-of-contents) ---