Skip to content

Commit

Permalink
Merge pull request #213 from openwisp/master
Browse files Browse the repository at this point in the history
minor improvements to docs
  • Loading branch information
nemesifier committed Apr 13, 2015
2 parents a70895b + 8fc0964 commit eda3908
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/topics/manual_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,16 @@ Keep replacing ``<myproject>`` with the project name chosen at the beginning.

Create a symbolic link to sites-enabled directory::

ln -s /etc/nginx/sites-available/nodeshot.yourdomain.com /etc/nginx/sites-enabled/nodeshot.yourdomain.com
ln -s /etc/nginx/sites-available/nodeshot.yourdomain.com /etc/nginx/sites-enabled/

Test config, ensure it does not fail::

service nginx configtest

Now you can reload nginx server::

service nginx restart

-----
uWSGI
-----
Expand Down

0 comments on commit eda3908

Please sign in to comment.