basic uwsgi configs for nginx integration

This commit is contained in:
Mike Young
2019-11-19 12:36:56 -05:00
parent 765a93a2c8
commit aa36fb2536
3 changed files with 26 additions and 0 deletions

8
uwsgi.ini Normal file
View File

@@ -0,0 +1,8 @@
[uwsgi]
# chdir = {Full path to pyShelf/frontend}
chdir=/home/raelon/Projects/pyShelf/frontend
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=127.0.0.1:8001