mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
updated config
This commit is contained in:
7
uwsgi.ini
vendored
7
uwsgi.ini
vendored
@@ -1,7 +1,10 @@
|
|||||||
|
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
chdir=/home/raelon/Projects/pyShelf/src
|
chdir=/opt/pyshelf/src
|
||||||
module=frontend.wsgi
|
module=frontend.wsgi
|
||||||
master=True
|
master=True
|
||||||
pidfile=/tmp/pyShelf.pid
|
pidfile=/tmp/pyShelf.pid
|
||||||
vacuum=True
|
vacuum=True
|
||||||
socket=127.0.0.1:8001
|
socket=/opt/pyshelf/pyshelf_wsgi.sock
|
||||||
|
chmod-socket=666
|
||||||
|
|
||||||
Reference in New Issue
Block a user