diff options
Diffstat (limited to 'nginx_unicorn/README.rdoc')
| -rw-r--r-- | nginx_unicorn/README.rdoc | 5 |
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 |
