Updated boot commands for uwsgi

This commit is contained in:
2011-02-16 23:17:16 +00:00
parent 3826fe31d7
commit c66fae2810

2
fabfile.py vendored
View File

@@ -196,7 +196,7 @@ def restart_celeryd():
def start_uwsgi():
with cd('%(path)s/dreddit-auth/' % env):
run('uwsgi -s logs/uwsgi.sock -M -p 5 --vhost --no-site -d logs/uwsgi.log --pidfile logs/uwsgi.pid --vacuum' % env)
run('uwsgi -x uwsgi.xml' % env)
def stop_uwsgi():