This commit is contained in:
2026-01-12 21:44:30 -05:00
parent 75f4b93c4b
commit a69d704284
6 changed files with 13 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ sudo systemctl status caddy
**Simple Caddyfile (minimal):**
```caddy
trivia.torrtle.co {
reverse_proxy localhost:5001
reverse_proxy localhost:5001 # Important: use localhost:5001, not :5001
}
```