Skip to content

Commit

Permalink
docs(conf) add server_tokens and latency_tokens fields
Browse files Browse the repository at this point in the history
From #361
  • Loading branch information
bungle authored and thibaultcha committed May 2, 2017
1 parent 907a8a0 commit 405e75e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/docs/0.10.x/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand Down

0 comments on commit 405e75e

Please sign in to comment.