Currently only for static file, but in some case, need proxy /api or other pathes to another server host. so, need to support following proxy settings: ``` { "proxies": [ { "prefix": "/api/*", "to": "https://xxxx.com/xxx/*" } ] } ```