docs: new root as prior history lost (orphan + GC); ~215 commits not recoverable
This commit is contained in:
commit
96961f23f5
268 changed files with 24161 additions and 0 deletions
15
scripts/caddy/README.md
Normal file
15
scripts/caddy/README.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Caddy on koopa
|
||||
|
||||
Live: **`/etc/caddy/Caddyfile`**.
|
||||
Mirror: **`configs/caddy/Caddyfile`** (same as `host/caddy/Caddyfile`).
|
||||
|
||||
## Reload after edit
|
||||
|
||||
```bash
|
||||
sudo caddy validate --config /etc/caddy/Caddyfile
|
||||
sudo systemctl reload caddy
|
||||
```
|
||||
|
||||
## New HTTPS vhost
|
||||
|
||||
Add a site block to the Caddyfile (live + mirror), then validate and reload. Include the host in the shared HTTP site list (ACME + redirect) at the bottom of the file.
|
||||
Loading…
Add table
Add a link
Reference in a new issue