pearofducks / rollup-plugin-dev

development server for rollup with additional logging and options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Url rewrite in proxy

joystick opened this issue · comments

Hi there, looking for recipe how to rewrite url in proxy module.
In previous version(s) we had koa-http-proxy doing the job via proxyReqPathResolver.
Please advise how to rewrite url withfastify-http-proxy opts.
Thank you,
Alex

There's several examples here

In general you'll just specify your listening route as from and the full destination (with rewrite) as to