aboutsummaryrefslogtreecommitdiff
path: root/nginx_unicorn/README.rdoc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2011-11-05 00:53:10 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2011-11-05 00:53:10 +0100
commit73de26b21f52dd2821239d5bfae9dbab97bedaee (patch)
tree10c01125d8dcb77c2d9224c889d8ea4560f8bc69 /nginx_unicorn/README.rdoc
parent14513b2e05c36762e0dc543b62291d296c081b1a (diff)
downloaddotfiles-73de26b21f52dd2821239d5bfae9dbab97bedaee.tar.gz
dotfiles-73de26b21f52dd2821239d5bfae9dbab97bedaee.zip
Adding another step to the README file
Diffstat (limited to 'nginx_unicorn/README.rdoc')
-rw-r--r--nginx_unicorn/README.rdoc5
1 files changed, 5 insertions, 0 deletions
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