mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
Merge pull request #1956 from droopy4096/devel
allow nginx config extension Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -118,3 +118,9 @@ secret_key=awxsecret
|
||||
# /etc/pki/ca-trust in the awx_task and awx_web containers.
|
||||
# NOTE: only obeyed in local_docker install
|
||||
#ca_trust_dir=/etc/pki/ca-trust
|
||||
|
||||
# Include /etc/nginx/awx_extra.conf
|
||||
# Note the use of glob pattern for nginx
|
||||
# which makes include "optional" - i.e. not fail
|
||||
# if file is absent
|
||||
#extra_nginx_include="/etc/nginx/awx_extra[.]conf"
|
||||
|
||||
Reference in New Issue
Block a user