diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md
index e2559b098e..1fc27c351c 100644
--- a/website/source/docs/agent/options.html.md
+++ b/website/source/docs/agent/options.html.md
@@ -1339,7 +1339,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
This must be provided along with [`cert_file`](#cert_file).
* `http_config`
- This object allows setting options for the HTTP API.
+ This object allows setting options for the HTTP API and UI.
The following sub-keys are available:
@@ -1357,7 +1357,7 @@ Valid time units are 'ns', 'us' (or 'µs'), 'ms', 's', 'm', 'h'."
is available in Consul 0.9.0 and later.
* `response_headers`
- This object allows adding headers to the HTTP API responses.
+ This object allows adding headers to the HTTP API and UI responses.
For example, the following config can be used to enable
[CORS](https://en.wikipedia.org/wiki/Cross-origin_resource_sharing) on
the HTTP API endpoints: