From 863c53c95e80aee19e5f64174d18b00dc650042f Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 8 May 2023 16:28:00 -0600 Subject: [PATCH] Remind about --address flag --- src/docs/markdown/caddyfile/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/options.md b/src/docs/markdown/caddyfile/options.md index 4455eb9..6db9c90 100644 --- a/src/docs/markdown/caddyfile/options.md +++ b/src/docs/markdown/caddyfile/options.md @@ -211,7 +211,7 @@ How often to check if OCSP staples need updating. Default: `1h`. ##### `admin` -Customizes the [admin API endpoint](/docs/api). Accepts placeholders. If `off`, then the admin endpoint will be disabled. If disabled, config changes will be impossible without stopping and starting the server. +Customizes the [admin API endpoint](/docs/api). Accepts placeholders. If `off`, then the admin endpoint will be disabled. If disabled, config changes will be impossible without stopping and starting the server. Remember to use the `--address` CLI flag to specify the current admin endpoint when changing this value if the currently-running admin endpoint is not at the default address. - **origins** configures the list of remotes/origins that are allowed to connect to the endpoint.