mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 14:25:58 -06:00
18 lines
230 B
Caddyfile
18 lines
230 B
Caddyfile
app.dev.hatchet-tools.com {
|
|
tls internal
|
|
|
|
handle /api/* {
|
|
reverse_proxy localhost:8080
|
|
}
|
|
|
|
handle /* {
|
|
reverse_proxy localhost:5173
|
|
}
|
|
}
|
|
|
|
grpc.dev.hatchet-tools.com {
|
|
tls internal
|
|
|
|
reverse_proxy h2c://127.0.0.1:7070
|
|
}
|