Use nginx role with custom nginx.conf
support
This commit is contained in:
parent
64f9484b16
commit
65ac14c18b
23 changed files with 378 additions and 115 deletions
5
playbooks/roles/nginx/defaults/main.yaml
Normal file
5
playbooks/roles/nginx/defaults/main.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
nginx__deploy_redirect_conf: true
|
||||
nginx__deploy_tls_conf: true
|
||||
nginx__configurations: [ ]
|
||||
nginx__use_custom_nginx_conf: false
|
||||
nginx__custom_nginx_conf: ""
|
Loading…
Add table
Add a link
Reference in a new issue