Clarify it's for the command

This commit is contained in:
Francis Lavoie 2024-10-06 11:20:26 -04:00
parent 3ad009af91
commit 5573a74116
No known key found for this signature in database
GPG key ID: 52BC55A211F19186

View file

@ -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