pearofducks / rollup-plugin-dev

development server for rollup with additional logging and options
MIT License
61 stars 9 forks source link

Url rewrite in proxy #16

Closed joystick closed 3 years ago

joystick commented 3 years ago

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

pearofducks commented 3 years ago

There's several examples here

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