Fix command to reload Caddy

$ sudo systemctl caddy reload
Unknown command verb 'caddy', did you mean 'cat'?
This commit is contained in:
Hans Lemuet
2025-09-10 02:14:56 +02:00
committed by GitHub
parent 9b05cc8c23
commit 6f5fdfb7b7

View File

@@ -89,7 +89,7 @@ cast.ente.yourdomain.tld {
Reload Caddy for changes to take effect. Reload Caddy for changes to take effect.
```shell ```shell
sudo systemctl caddy reload sudo systemctl reload caddy
``` ```
## Step 4: Verify the setup ## Step 4: Verify the setup