From 73de26b21f52dd2821239d5bfae9dbab97bedaee Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 5 Nov 2011 00:53:10 +0100 Subject: Adding another step to the README file --- nginx_unicorn/README.rdoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nginx_unicorn/README.rdoc b/nginx_unicorn/README.rdoc index 76fa311..9c5430f 100644 --- a/nginx_unicorn/README.rdoc +++ b/nginx_unicorn/README.rdoc @@ -31,6 +31,11 @@ it goes: $ cp nginx.server.conf /home/mssola/myapp/config/nginx.conf $ vim /home/mssola/myapp/config/nginx.conf + # Finally create a soft link pointing to the specific configuration file for + # this new site we want to enable. + + $ sudo ln -s /home/mssola/myapp/config/nginx.conf /etc/nginx/sites-enabled/my_app_name + After going through the steps shown above, you should be able to start the nginx daemon successfully. If you try to access to localhost you'll see the 500 page because Unicorn is not configured yet, but at least it proves that -- cgit v1.2.3