From 921ba59db3616f185b60c8b225a91cd82fa4b1fd Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 27 May 2015 15:56:51 +0200 Subject: [PATCH] unicorn instead of uwsgi Signed-off-by: Nico Schottelius --- railshosting/templates/railshosting/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railshosting/templates/railshosting/index.html b/railshosting/templates/railshosting/index.html index 323c137d..d0d3edfb 100644 --- a/railshosting/templates/railshosting/index.html +++ b/railshosting/templates/railshosting/index.html @@ -121,7 +121,7 @@
  • rbenv to let you decide which Ruby version you want to use

  • nginx as the frontend Server (optional with SSL Support)

  • -
  • uwsgi to have your application talk to nginx and vice versa +

  • unicorn to have your application talk to nginx and vice versa

  • PostgreSQL as the database