forked from ISTI-ansible-roles/ansible-roles
library/roles/nginx/defaults/main.yml: Decrease the client_max_body_size default.
This commit is contained in:
parent
c1806aafaf
commit
0576a0edc5
|
@ -53,7 +53,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_client_max_body_size: 100M
|
||||
nginx_client_body_timeout: 240s
|
||||
|
||||
nginx_cors_limit_origin: False
|
||||
|
|
Loading…
Reference in New Issue