Question
Nginx 504 Gateway Time-out - Ruby on Rails
I have followed all the instruction to install a droplet with Ruby on Rails. I’ve removed the folder (/home/rails) created by system and created a new one. These are the tutorials that I followed:
[https://www.digitalocean.com/community/tutorials/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean](http:// “Link title”)
[https://www.digitalocean.com/community/tutorials/how-to-launch-your-ruby-on-rails-app-with-the-digitalocean-one-click-image](http:// “Link title”)
Even after setup all Ruby on Rails app, it still getting Nginx 504 Gateway Time-out error.
Is there another step to follow?
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.
×
Hi! Could you provide us with anymore information about your problem? Try checking your logs.
Unicorn:
tail /home/unicorn/log/unicorn.log
Nginx:
tail /var/log/nginx/error.log
If you can paste us your error logs and your nginx config file that would be very helpful.
Also we have a one-click install image available under the Applications tab on the create droplet page so you can spin up a server there and review the configuration on a live running system and compare it to yours.