Files
pyShelf/uwsgi.ini

8 lines
140 B
INI
Vendored

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