library/roles/nginx/defaults/main.yml: Some new defaults.

This commit is contained in:
Andrea Dell'Amico 2016-06-21 19:11:42 +02:00
parent 600a0d4b0e
commit 4892153932
1 changed files with 3 additions and 2 deletions

View File

@ -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