mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
9 lines
187 B
INI
9 lines
187 B
INI
[uwsgi]
|
|
# chdir = {Full path to pyShelf/frontend}
|
|
chdir=/home/raelon/Projects/pyShelf/frontend
|
|
module=frontend.wsgi
|
|
master=True
|
|
pidfile=/tmp/pyShelf.pid
|
|
vacuum=True
|
|
socket=127.0.0.1:8001
|