diff --git a/uwsgi.ini b/uwsgi.ini index 18bea03..ecb75c4 100644 --- a/uwsgi.ini +++ b/uwsgi.ini @@ -1,7 +1,10 @@ -[uwsgi] -chdir=/home/raelon/Projects/pyShelf/src -module=frontend.wsgi -master=True -pidfile=/tmp/pyShelf.pid -vacuum=True -socket=127.0.0.1:8001 + + [uwsgi] + chdir=/opt/pyshelf/src + module=frontend.wsgi + master=True + pidfile=/tmp/pyShelf.pid + vacuum=True + socket=/opt/pyshelf/pyshelf_wsgi.sock + chmod-socket=666 + \ No newline at end of file