diff --git a/configs/nginx b/configs/nginx index e42f2ad..cc60af0 100644 --- a/configs/nginx +++ b/configs/nginx @@ -9,7 +9,7 @@ error_log /var/log/nginx/error.log; # Set the events block to define parameters affecting connection processing events { - worker_connections 700; + worker_connections 800; } # Define the HTTP server block to configure the server