Skip to content

Commit

Permalink
split same as uWSGI
Browse files Browse the repository at this point in the history
  • Loading branch information
novski committed May 8, 2018
1 parent 888c6fa commit e6055ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
1. Create and configure the nginx server

sudo editor /etc/nginx/sites-available/babybuddy
sudo ln -s /etc/nginx/sites-available/babybuddy /etc/nginx/sites-enabled/babybuddy
sudo service nginx restart

Example config:

Expand All @@ -288,6 +286,11 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
See the [nginx documentation](https://nginx.org/en/docs/) for more advanced
configuration details.

1. Symlink config and restart NGINX:

sudo ln -s /etc/nginx/sites-available/babybuddy /etc/nginx/sites-enabled/babybuddy
sudo service nginx restart

1. That's it (hopefully)! :tada:

## Configuration
Expand Down

0 comments on commit e6055ea

Please sign in to comment.