Files
pyShelf/uwsgi.ini
2020-02-02 08:20:13 -05:00

10 lines
229 B
INI
Vendored

[uwsgi]
chdir=/opt/pyshelf/src
module=frontend.wsgi
master=True
pidfile=/tmp/pyShelf.pid
vacuum=True
socket=/opt/pyshelf/pyshelf_wsgi.sock
chmod-socket=666