Files
pyShelf/uwsgi.ini
2020-03-20 01:15:07 -04:00

10 lines
213 B
INI
Executable File
Vendored

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