> Hi, > > My Ruby on Rails app currently runs Nginx and Puma, however I'd like to > replace Nginx with OpenBSD's native httpd which would involve using uWSGI > as well. But, to be frank, I am super confused as to how I'm supposed to > go > about doing that as there is little to no docs on the subject apart from > uWSGI's own docs which I find a wee bit overwhelming.
Hi, unfortunately OpenBSD httpd is relatively new so i am not surprised to find really few docs. On the other side i have lot of customer using uWSGI with Ruby On Rails, the support is really strong, but never became something of 'mass use' like with python or perl. So you are pretty on hard-paths :) My suggestion is starting with deploying your rails app with uWSGI alone. The advantage is that uWSGI supports really old ruby/rails combos so generally it is a good thing (in the long term) to invest on it. -- Roberto De Ioris http://unbit.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
