From 5573a74116cddbd22a3eed34aa3ba4e5185f2021 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Sun, 6 Oct 2024 11:20:26 -0400 Subject: [PATCH] Clarify it's for the command --- src/docs/markdown/running.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/running.md b/src/docs/markdown/running.md index 76cf855..4732b3e 100644 --- a/src/docs/markdown/running.md +++ b/src/docs/markdown/running.md @@ -14,7 +14,7 @@ While Caddy can be run directly with its [command line interface](/docs/command- - [Local HTTPS](#local-https-with-systemd) - [Overrides](#overrides) - [Environment variables](#environment-variables) - - [Run and reload override](#run-and-reload-override) + - [`run` and `reload` override](#run-and-reload-override) - [Restart on crash](#restart-on-crash) - [SELinux Considerations](#selinux-considerations) - [Windows service](#windows-service) @@ -161,7 +161,7 @@ Then your `/etc/caddy/.env` file may look like this (do not use `"` quotes aroun CF_API_TOKEN=super-secret-cloudflare-tokenvalue ``` -#### Run and reload override +#### `run` and `reload` override If you need to change the config file from the default of the Caddyfile, to instead using a JSON file (note that `Exec*` directives [must be reset with empty strings](https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStart=) before setting a new value): ```systemd