mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 09:07:45 -02:30
Allow for overriding UWSGI mount path
This is just one piece of the puzzle as I try to add support for URL prefixing.
This commit is contained in:
@@ -5,7 +5,15 @@ master = true
|
|||||||
vacuum = true
|
vacuum = true
|
||||||
no-orphans = true
|
no-orphans = true
|
||||||
lazy-apps = true
|
lazy-apps = true
|
||||||
|
manage-script-name = true
|
||||||
master-fifo = /var/lib/awx/awxfifo
|
master-fifo = /var/lib/awx/awxfifo
|
||||||
max-requests = 1000
|
max-requests = 1000
|
||||||
buffer-size = 32768
|
buffer-size = 32768
|
||||||
module = awx.wsgi:application
|
|
||||||
|
if-env = UWSGI_MOUNT_PATH
|
||||||
|
mount = %(_)=awx.wsgi:application
|
||||||
|
endif =
|
||||||
|
|
||||||
|
if-not-env = UWSGI_MOUNT_PATH
|
||||||
|
mount = /=awx.wsgi:application
|
||||||
|
endif =
|
||||||
|
|||||||
Reference in New Issue
Block a user