Is it possible to make Reverse Proxy rules in the routes.
I would like to Reverse Proxy to a legacy application for some parts which cannot be migrates easily to platform sh
As far as I saw I can only add “redirect” rules.
In the Netlify documentation I found that there you can configure something that they call “rewrite” rules: https://docs.netlify.com/routing/redirects/rewrites-proxies/
This is exactly the thing that I imagine having in platform sh
For other purposes it would be great to have Reverse Proxy rules which can proxy to a WebSocket endpoint: https://www.nginx.com/blog/websocket-nginx/