From c0329441be5bf4157364cdc1996894ceb937afc4 Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:46:07 -0500 Subject: [PATCH] Update website/content/docs/agent/config/index.mdx --- website/content/docs/agent/config/index.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/content/docs/agent/config/index.mdx b/website/content/docs/agent/config/index.mdx index 13e03ff067..7c1ca35242 100644 --- a/website/content/docs/agent/config/index.mdx +++ b/website/content/docs/agent/config/index.mdx @@ -51,10 +51,12 @@ required ports and their default settings. ## Reloadable Configuration -The following agent configuration options are reloadable at runtime. -To make a Consul agent automatically reload these options when changed in its configuration files on disk, -start the agent with its [`auto_reload_config` configuration option](/consul/docs/agent/config/config-files#auto_reload_config) set to `true`. -You can also manually trigger reload with the [reload command](/commands/reload). +Some agent configuration options are reloadable at runtime. +You can run the [`consul reload` command](/commands/reload) to manually reload supported options from configuration files in the configuration directory. +To configure the agent to automatically reload configuration files updated on disk, +set the [`auto_reload_config` configuration option](/consul/docs/agent/config/config-files#auto_reload_config) parameter to `true`. + +The following agent configuration options are reloadable at runtime: Reloadable agent configuration options: - ACL Tokens