mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 09:19:32 -05:00
c8a79aabf3
Co-authored-by: steebchen <contact@luca-steeb.com>
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
|
|
}
|