Update example uwsgi file for manual install.

This commit is contained in:
Christopher Charbonneau Wells 2018-05-05 22:29:32 -07:00
parent 674da36690
commit e6d120511d
1 changed files with 4 additions and 4 deletions

View File

@ -246,8 +246,8 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
project = babybuddy
base_dir = /var/www/babybuddy
virtualenv = /home/user/.local/share/virtualenvs/babybuddy-XXXXXXXX
chdir = %(base_dir)/babybuddy
virtualenv = /path/to/venv
chdir = %(base_dir)/public
module = %(project).wsgi:application
env = DJANGO_SETTINGS_MODULE=%(project).settings.production
master = True
@ -256,8 +256,8 @@ Python 3.x, nginx, uwsgi and sqlite and should be sufficient for a few users
See the [uWSGI documentation](http://uwsgi-docs.readthedocs.io/en/latest/)
for more advanced configuration details.
*Note: Find the location of the pipenv virtual environment with the command
``pipenv --venv``.*
**Note: Find the location of the pipenv virtual environment for the
`virtualenv` parameter with the command `pipenv --venv`.**
1. Create and configure the nginx server