Merge pull request #235 from podarok/patch-1

fix: To have longer timeout for CloudFlare upload
This commit is contained in:
Jeff Geerling 2022-09-09 09:47:45 -05:00 committed by GitHub
commit f2690e01fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"