forked from ISTI-ansible-roles/ansible-roles
library/roles/nginx/defaults/main.yml: More variables used inside the nginx virtualhosts.
This commit is contained in:
parent
4892153932
commit
f4f7f5b2bf
|
@ -22,7 +22,10 @@ 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_proxy_read_timeout: 60s
|
||||
nginx_proxy_send_timeout: 60s
|
||||
|
||||
nginx_letsencrypt_managed: True
|
||||
nginx_letsencrypt_proxy_conf: letsencrypt-proxy.conf
|
||||
nginx_client_body_tinginx_letsencrypt_proxy_conf: letsencrypt-proxy.conf
|
||||
|
||||
|
|
Loading…
Reference in New Issue