9 lines
129 B
Caddyfile
9 lines
129 B
Caddyfile
mcp.staythree.com {
|
|
handle /petty/* {
|
|
uri strip_prefix /petty
|
|
reverse_proxy pettyui-mcp:3001
|
|
}
|
|
|
|
respond "not found" 404
|
|
}
|