diff --git a/src/docs/markdown/command-line.md b/src/docs/markdown/command-line.md index 6b7ea4f..7f577c1 100644 --- a/src/docs/markdown/command-line.md +++ b/src/docs/markdown/command-line.md @@ -311,7 +311,7 @@ Same as [`caddy run`](#caddy-run), but in the background. This command only bloc Note: the flag `--config` doesn't support `-` to read the config from stdin. -Use of this command is discouraged with system services or on Windows. On Windows, the child process will remain attached to the terminal, so closing the window will forcefully stop Caddy, which is not obvious. +Use of this command is discouraged with system services or on Windows. On Windows, the child process will remain attached to the terminal, so closing the window will forcefully stop Caddy, which is not obvious. Consider running Caddy [as a service](/docs/running) instead. Once started, you can use [`caddy stop`](#caddy-stop) or [the /stop API endpoint](/docs/api#post-stop) to exit the background process. diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 2ed8c77..36f3082 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -14,7 +14,6 @@ This page describes various methods for installing Caddy on your system. - [Arch Linux, Manjaro, Parabola](#arch-linux-manjaro-parabola) - [Docker](#docker) - [DigitalOcean](#digitalocean) -- [Linux service](#linux-service)