mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
25 lines
453 B
INI
25 lines
453 B
INI
[uwsgi]
|
|
socket = 127.0.0.1:8050
|
|
processes = 5
|
|
master = true
|
|
vacuum = true
|
|
no-orphans = true
|
|
lazy-apps = true
|
|
manage-script-name = true
|
|
master-fifo = /var/lib/awx/awxfifo
|
|
max-requests = 1000
|
|
buffer-size = 32768
|
|
|
|
harakiri = 115
|
|
harakiri-graceful-timeout = 110
|
|
harakiri-graceful-signal = 6
|
|
py-call-osafterfork = true
|
|
|
|
if-env = UWSGI_MOUNT_PATH
|
|
mount = %(_)=awx.wsgi:application
|
|
endif =
|
|
|
|
if-not-env = UWSGI_MOUNT_PATH
|
|
mount = /=awx.wsgi:application
|
|
endif =
|