I wonder if there is any high performance ruby webserver that suport reverse proxy like rack-reverse-proxy
does, or ProxyPass
/ ProxyPassReverse
in apache.
Please note I DONT want to use apache / nginx as a proxy, but a ruby webserver like puma or passenger.
Why? because I've a blog using wordpress running on /blog
NginX + Unicorn is a good way to do this.