mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +00:00
Fix uwsgi startup
This commit is contained in:
@@ -7,5 +7,6 @@
|
|||||||
<processes>5</processes>
|
<processes>5</processes>
|
||||||
<daemonize>./logs/uwsgi.log</daemonize>
|
<daemonize>./logs/uwsgi.log</daemonize>
|
||||||
<pidfile>./logs/uwsgi.pid</pidfile>
|
<pidfile>./logs/uwsgi.pid</pidfile>
|
||||||
|
<vacuum/>
|
||||||
</uwsgi>
|
</uwsgi>
|
||||||
|
|
||||||
|
|||||||
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 --vaccum' % env)
|
run('uwsgi -x auth_uwsgi.xml' % env)
|
||||||
|
|
||||||
|
|
||||||
def stop_uwsgi():
|
def stop_uwsgi():
|
||||||
|
|||||||
Reference in New Issue
Block a user