Top "Thin" questions

Thin is an EventMachine-based web server written in Ruby for running Rack-based web apps.

How to preserve request url with nginx proxy_pass

I was trying to use Thin app server and had one issue. When nginx proxies the request to Thin (or …

ruby proxy nginx thin unicorn
Thin web server: `start_tcp_server': no acceptor (RuntimeError) after git branch checkout

A Rails 3.2.0 app, working fine with Thin web server, both locally and on Heroku cedar stack. After: $ git branch work $ …

ruby-on-rails-3 git thin
Issue in connecting Java thin driver in oracle 11G r2

public static Connection getConnection()throws SQLException,ClassNotFoundException { String username="scott"; String password="tiger"; String url="jdbc:oracle:thin:@localhost:1521"; Connection …

java oracle11g thin sqlexception
Enable https in a rails app on a thin server

I have a rails app running a thin server on heroku. It currently uses http. I would like to use …

ruby-on-rails ssl https thin
Webrick as production server vs. Thin or Unicorn?

It seems like it's taken for granted that you must not use Webrick as production server, but I can't really …

ruby-on-rails production-environment thin webrick unicorn
How to set Thin as default in Rails 3

I've been starting Thin with thin -V start in development. However, I would like Thin to be the default instead …

ruby-on-rails ruby ruby-on-rails-3 thin webrick
How to start thin on the default port?

I'm learning thin server, by now I can use thin start to fire up the server, but the port is 3000, …

ruby thin
Where does Puma log to

I have been using Thin to run my ruby Sinatra applications but I am now switching over to Puma. Thin …

ruby logging webserver thin puma
cURL cannot connect to localhost but browser can

I'm running a Rails app locally (Thin server), and I can connect locally from the browser (localhost:3000), but when I …

ruby-on-rails curl osx-mavericks thin
Can nginx be used as a reverse proxy for a backend websocket server?

We're working on a Ruby on Rails app that needs to take advantage of html5 websockets. At the moment, we …

ruby-on-rails nginx reverse-proxy websocket thin