9 lines
115 B
Caddyfile
9 lines
115 B
Caddyfile
:5000 {
|
|
handle_path /api/* {
|
|
reverse_proxy * localhost:3000
|
|
}
|
|
|
|
handle {
|
|
reverse_proxy * localhost:4200
|
|
}
|
|
}
|