mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
11 lines
155 B
Caddyfile
11 lines
155 B
Caddyfile
app.dev.hatchet-tools.com {
|
|
tls internal
|
|
|
|
handle /api/* {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
|
|
handle /* {
|
|
reverse_proxy localhost:5173
|
|
}
|
|
} |