|
@@ -41,10 +41,11 @@ http {
|
|
|
fastcgi_temp_file_write_size 256k;
|
|
|
reset_timedout_connection on;
|
|
|
server_names_hash_bucket_size 100;
|
|
|
+ fastcgi_socket_keepalive on;
|
|
|
|
|
|
upstream fastcgi_backend {
|
|
|
server unix:/var/run/php/php7.3-fpm.sock;
|
|
|
- keepalive 40;
|
|
|
+ keepalive 36;
|
|
|
}
|
|
|
|
|
|
server {
|