forked from ISTI-ansible-roles/ansible-roles
30 lines
887 B
YAML
30 lines
887 B
YAML
---
|
|
nginx_use_ldap_pam_auth: False
|
|
nginx_pam_svc_name: nginx
|
|
nginx_ldap_uri: "ldap://ldap.example.org"
|
|
nginx_ldap_base_dn: "dc=example,dc=org"
|
|
nginx_enabled: True
|
|
|
|
nginx_enable_compression: True
|
|
nginx_gzip_vary: "on"
|
|
nginx_gzip_proxied: any
|
|
nginx_gzip_comp_level: 6
|
|
nginx_gzip_buffers: 16 8k
|
|
nginx_gzip_http_version: 1.1
|
|
nginx_gzip_types: "text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript"
|
|
|
|
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
|
|
nginx_client_max_body_size: 32000M
|
|
nginx_client_body_timeout: 240s
|
|
|
|
nginx_letsencrypt_managed: True
|
|
nginx_letsencrypt_proxy_conf: letsencrypt-proxy.conf
|
|
|