mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
Updated boot commands for uwsgi
This commit is contained in:
2
fabfile.py
vendored
2
fabfile.py
vendored
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user