Files
pyShelf/uwsgi.ini
2019-11-20 00:49:40 -05:00

9 lines
182 B
INI
Vendored

[uwsgi]
# chdir = {Full path to pyShelf/frontend}
chdir=/home/raelon/Projects/pyShelf/src
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=127.0.0.1:8001