@@ -18,7 +18,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
keepalive_disable none;
- keepalive_requests 1000;
+ keepalive_requests 10000;
open_file_cache max=2000 inactive=20s;
open_file_cache_valid 60s;
@@ -20,7 +20,7 @@ http {
@@ -15,7 +15,7 @@ http {
sendfile on;
upstream fastcgi_backend {
server unix:/var/run/php/php7.3-fpm.sock;