forked from ISTI-ansible-roles/ansible-roles
d4science-ghn-cluster: Fix the key provisioning.
d4science-ghn-cluster: playbook that installs a generic smartgears node with a nginx proxy.
This commit is contained in:
parent
6ac2179bf8
commit
7433d783a7
|
@ -4,3 +4,13 @@ nginx_pam_svc_name: nginx
|
|||
nginx_ldap_uri: "ldap://ldap.sub.research-infrastructures.eu"
|
||||
nginx_ldap_base_dn: "dc=research-infrastructures,dc=eu"
|
||||
nginx_enabled: "Yes"
|
||||
|
||||
nginx_proxy_buffering: "on"
|
||||
nginx_proxy_redirect: "off"
|
||||
nginx_proxy_buffer_size: 128k
|
||||
nginx_proxy_buffers: 4 256k
|
||||
nginx_proxy_busy_buffers_size: 256k
|
||||
nginx_proxy_connect_timeout: 30s
|
||||
nginx_proxy_read_timeout: 480s
|
||||
nginx_proxy_send_timeout: 120s
|
||||
|
||||
|
|
Loading…
Reference in New Issue