stuff/homeservers/Caddy.md
Moni Ghaoui fbe990ada2 x
2025-10-12 21:46:42 +02:00

20 lines
272 B
Markdown

# Caddy
To edit the Caddyfile
```sh
sudo bastille cmd caddy nvim /usr/local/etc/caddy/Caddyfile
sudo bastille restart caddy
```
To see the log
```sh
sudo bastille cmd caddy tail /var/log/caddy/caddy.log
```
To enter the console
```sh
sudo bastille console caddy
```