fix: To have longer timeout for CSV upload

This commit is contained in:
Andrii Podanenko 2022-09-09 14:51:42 +03:00 committed by GitHub
parent 500c28789b
commit 75c34686a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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: "120"
nginx_keepalive_requests: "120"
nginx_server_tokens: "on"