This commit is contained in:
pavel 2026-05-14 23:03:05 +02:00
commit a1942c0054
2 changed files with 8 additions and 2 deletions

View file

@ -56,7 +56,7 @@ On project creation, when Caddy routing is enabled, the app appends a route to:
Route shape:
- `match.host = [<project host>]`
- `handle[0].handler = reverse_proxy`
- `handle[0].upstreams[0].dial = 127.0.0.1:<target_port>`
- `handle[0].upstreams[0].dial = unix/<unix-user-home>/projects/<app>/app.sock`
## Workspaces and Unix Users