house/Caddyfile
2025-06-14 23:47:44 -04:00

9 lines
139 B
Caddyfile

http://localhost:8000 {
handle /api/v1/* {
reverse_proxy http://localhost:8088
}
handle {
reverse_proxy http://localhost:5173
}
}