Files
pyShelf/uwsgi.ini
2020-08-03 18:27:01 -04:00

9 lines
138 B
INI
Executable File

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