updated config

This commit is contained in:
th3r00t
2020-02-02 08:20:13 -05:00
parent d87900b6dc
commit dbe6fd1f15

17
uwsgi.ini vendored
View File

@@ -1,7 +1,10 @@
[uwsgi]
chdir=/home/raelon/Projects/pyShelf/src [uwsgi]
module=frontend.wsgi chdir=/opt/pyshelf/src
master=True module=frontend.wsgi
pidfile=/tmp/pyShelf.pid master=True
vacuum=True pidfile=/tmp/pyShelf.pid
socket=127.0.0.1:8001 vacuum=True
socket=/opt/pyshelf/pyshelf_wsgi.sock
chmod-socket=666