const app = express() app.use(matchPath, proxy(serverAddress, { proxyReqPathResolver: function(req) { return remainPath + req.url } }))