fastify-vhost
fastify-vhost copied to clipboard
Proxy to subdomain as path
I want to know if it's possible to proxy to the subdomain path like: http://test.example.com -> http://localhost:3000/test and also http://test.example.com/users -> http://localhost:3000/test/users thanks for your great plugin.