forked from ISTI-ansible-roles/ansible-roles
library/roles/nginx/defaults/main.yml: Some new defaults.
This commit is contained in:
parent
600a0d4b0e
commit
4892153932
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
nginx_use_ldap_pam_auth: False
|
||||
nginx_pam_svc_name: nginx
|
||||
nginx_ldap_uri: "ldap://ldap.sub.research-infrastructures.eu"
|
||||
nginx_ldap_base_dn: "dc=research-infrastructures,dc=eu"
|
||||
nginx_ldap_uri: "ldap://ldap.example.org"
|
||||
nginx_ldap_base_dn: "dc=example,dc=org"
|
||||
nginx_enabled: True
|
||||
|
||||
nginx_enable_compression: True
|
||||
|
@ -21,6 +21,7 @@ nginx_proxy_busy_buffers_size: 256k
|
|||
nginx_proxy_connect_timeout: 30s
|
||||
nginx_proxy_read_timeout: 480s
|
||||
nginx_proxy_send_timeout: 120s
|
||||
nginx_client_max_body_size: 32000M
|
||||
|
||||
nginx_letsencrypt_managed: True
|
||||
nginx_letsencrypt_proxy_conf: letsencrypt-proxy.conf
|
||||
|
|
Loading…
Reference in New Issue