mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-11 00:21:40 +01:00
Merge pull request #235 from podarok/patch-1
fix: To have longer timeout for CloudFlare upload
This commit is contained in:
commit
f2690e01fc
@ -30,8 +30,8 @@ nginx_sendfile: "on"
|
||||
nginx_tcp_nopush: "on"
|
||||
nginx_tcp_nodelay: "on"
|
||||
|
||||
nginx_keepalive_timeout: "65"
|
||||
nginx_keepalive_requests: "100"
|
||||
nginx_keepalive_timeout: "75"
|
||||
nginx_keepalive_requests: "600"
|
||||
|
||||
nginx_server_tokens: "on"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user