mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 11:57:37 -02:30
Merge pull request #60 from FooBarQuaxx/patch-1
Fixed typo in supervisor autorestart option
This commit is contained in:
@@ -16,7 +16,7 @@ stderr_logfile_maxbytes=0
|
|||||||
command = /var/lib/awx/venv/awx/bin/uwsgi --socket 127.0.0.1:8050 --module=awx.wsgi:application --vacuum --processes=5 --harakiri=120 --no-orphans --master --max-requests=1000 --master-fifo=/var/lib/awx/awxfifo --lazy-apps -b 32768
|
command = /var/lib/awx/venv/awx/bin/uwsgi --socket 127.0.0.1:8050 --module=awx.wsgi:application --vacuum --processes=5 --harakiri=120 --no-orphans --master --max-requests=1000 --master-fifo=/var/lib/awx/awxfifo --lazy-apps -b 32768
|
||||||
directory = /var/lib/awx
|
directory = /var/lib/awx
|
||||||
autostart = true
|
autostart = true
|
||||||
2autorestart = true
|
autorestart = true
|
||||||
stopwaitsecs = 15
|
stopwaitsecs = 15
|
||||||
stopsignal = INT
|
stopsignal = INT
|
||||||
stdout_logfile=/dev/stdout
|
stdout_logfile=/dev/stdout
|
||||||
|
|||||||
Reference in New Issue
Block a user