Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(conf) add documentation for server_tokens and latency_tokens configuration fields #361

Merged
merged 2 commits into from
Apr 28, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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`

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use backticks for the quoted header names, so they get formatted

[Back to TOC](#table-of-contents)

---
Expand Down