5 lines
100 B
Caddyfile
5 lines
100 B
Caddyfile
http://:9000 {
|
|
reverse_proxy /api/* http://localhost:8000
|
|
reverse_proxy * http://localhost:3000
|
|
}
|