mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Updated fabfile
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -196,7 +196,7 @@ def restart_celeryd():
|
|||||||
|
|
||||||
def start_uwsgi():
|
def start_uwsgi():
|
||||||
with cd('%(path)s/dreddit-auth/' % env):
|
with cd('%(path)s/dreddit-auth/' % env):
|
||||||
run('uwsgi -x auth_uwsgi.xml' % env)
|
run('uwsgi -x auth_uwsgi.xml --vaccum' % env)
|
||||||
|
|
||||||
|
|
||||||
def stop_uwsgi():
|
def stop_uwsgi():
|
||||||
|
|||||||
Reference in New Issue
Block a user