Files
pyShelf/uwsgi.ini
2020-07-30 16:57:39 +02:00

8 lines
143 B
INI
Executable File

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