Files
pyShelf/uwsgi.ini
2020-07-01 12:49:38 -04:00

10 lines
238 B
INI
Executable File

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