10 lines
152 B
Caddyfile
10 lines
152 B
Caddyfile
test.nix.org.cn {
|
|
handle_path /* {
|
|
reverse_proxy client-cms:3000
|
|
}
|
|
|
|
handle_path /api/* {
|
|
reverse_proxy backend:8000
|
|
}
|
|
}
|