Report this

What is the reason for this report?

Can't launch Rails app with Nginx and passenger

Posted on September 12, 2013

Installed nginx, passenger 4.0.17, node, rails 4 and ruby 2, git and all gems.

nginx config:

server {
        listen 80;
        server_name  162.243.1.111;
	root /home/abachuk/myapp/public;
	passenger_enabled on;
	rails_env production;
}
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      1828/nginx ```

what else is missing?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.