Update defaults/main.yml with better production defaults.

This commit is contained in:
Brian Wells 2021-03-25 14:45:07 -05:00
parent 125f182635
commit 6779158d57
1 changed files with 4 additions and 2 deletions

View File

@ -30,10 +30,12 @@ nginx_sendfile: "on"
nginx_tcp_nopush: "on"
nginx_tcp_nodelay: "on"
nginx_keepalive_timeout: "65"
nginx_keepalive_timeout: "10"
nginx_keepalive_requests: "100"
nginx_server_tokens: "on"
nginx_send_timeout: "10"
nginx_server_tokens: "off"
nginx_client_max_body_size: "64m"