moving from vercel.com to fly.io - need reverse proxy

Hello,
I want to move our website from vercel.com to fly.io
We have re-written the website from vue.js to elixir.
One last remaining item is we need to proxy the /blog to an already hosted version.


proxy /c/akocarsblog* http://wwwhww.news/c/akocarsblog*
(preferably doesn't require '/' at the end)

Route:

akocarsapp.com/c/akocarsblog <- http://wwwhww.news/c/akocarsblog
akocarsapp.com/ * <- fly.io hosted elixir pheonix app

Why:

  • Google lowers your SEO score if you have a blog.example.com, as it will treat it as a separate domain in some respect. Current best standard procedure is to make sure everything runs on /… aka /blog /doc /awsomeness

If you can let me know how I can accomplish this in next 72h, and you will have another happy customer running on fly.io

Thanks
Lucas