Report this

What is the reason for this report?

Nginx + Unicorn, 1-click rails app, 504 gateway error

Posted on April 23, 2014

Hello.

2 days I’m trying to deploy my r-o-r app. I’ll read all the tutorial about it, read all comments - nothing.

Installed 1-click R-o-R ubuntu + nginx + unicorn. Then I’m update ruby from 2.0.0 to 2.1.1 with rvm. Install all necessary gems for my app, and follow the instructions there (https://www.digitalocean.com/community/articles/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean). I browser - 504 gateway error, when I’m starts unicorn from app folder - everything works.

In what direction I must follow to resolve this problem

Thank you



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

How about Unicorn’s log: <br> <br>/home/unicorn/log/unicorn.log

Is there any information in the relevant log files that might shed some light: <br> <br>/var/log/nginx/error.log <br>/home/unicorn/unicorn.conf <br> <br>

/home/unicorn/unicorn.conf <br> <br>listen “127.0.0.1:8080” <br>worker_processes 2 <br>user “rails” <br>working_directory “/home/rails” <br>pid “/home/unicorn/pids/unicorn.pid” <br>stderr_path “/home/unicorn/log/unicorn.log” <br>stdout_path “/home/unicorn/log/unicorn.log” <br> <br> <br>/var/log/nginx/error.log - is empty

The developer cloud

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

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.