Files
hatchet/Caddyfile
Alexander Belanger 366c79441d first commit
2023-12-15 13:08:04 -05:00

11 lines
155 B
Caddyfile

app.dev.hatchet-tools.com {
tls internal
handle /api/* {
reverse_proxy localhost:8080
}
handle /* {
reverse_proxy localhost:5173
}
}