Search code examples
rubypassengerpuma

Ruby web server that support reverse proxy?


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


Solution

  • NginX + Unicorn is a good way to do this.

    See: http://sirupsen.com/setting-up-unicorn-with-nginx/

    http://railscasts.com/episodes/293-nginx-unicorn