9 lines
139 B
Caddyfile
9 lines
139 B
Caddyfile
http://localhost:8000 {
|
|
handle /api/v1/* {
|
|
reverse_proxy http://localhost:8088
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy http://localhost:5173
|
|
}
|
|
}
|