Khanetor
Khanetor

Reputation: 12302

Digital Ocean with Dokku for Rails 4 and Nginx

I recently switch from using Heroku to DigitalOcean. I have to say that nothing beats the pleasure of using Heroku, unless the concern is about server location, and price.

Deploying my existing Rails app from Heroku to Digital Ocean with Dokku is pretty smooth, but I wonder if Nginx is being used to serve the Rails app.

Upvotes: 0

Views: 219

Answers (1)

Khanetor
Khanetor

Reputation: 12302

The answer is no. I stop Nginx, and the server is still serving the app.

Upvotes: 1

Related Questions