From c66fae2810d0af0caf3bff557afa6633398ac0cb Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 16 Feb 2011 23:17:16 +0000 Subject: [PATCH] Updated boot commands for uwsgi --- fabfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index 501df2f..edaefdd 100644 --- a/fabfile.py +++ b/fabfile.py @@ -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():