Move production UWSGI config to a file

This commit is contained in:
Shane McDonald
2021-11-13 02:46:13 +00:00
parent 801c45da6d
commit 4ded4afb7d
3 changed files with 13 additions and 1 deletions

View 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