mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 13:09:21 -02:30
Move production UWSGI config to a file
This commit is contained in:
11
tools/ansible/roles/dockerfile/files/uwsgi.ini
Normal file
11
tools/ansible/roles/dockerfile/files/uwsgi.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[uwsgi]
|
||||
socket = 127.0.0.1:8050
|
||||
processes = 5
|
||||
master = true
|
||||
vacuum = true
|
||||
no-orphans = true
|
||||
lazy-apps = true
|
||||
master-fifo = /var/lib/awx/awxfifo
|
||||
max-requests = 1000
|
||||
buffer-size = 32768
|
||||
module = awx.wsgi:application
|
||||
Reference in New Issue
Block a user