diff --git a/nginx/rootfs/nginx/conf/nginx.conf b/nginx/rootfs/nginx/conf/nginx.conf index 0ff3998d..987b9ad4 100644 --- a/nginx/rootfs/nginx/conf/nginx.conf +++ b/nginx/rootfs/nginx/conf/nginx.conf @@ -2,10 +2,10 @@ worker_processes 1; daemon off; master_process off; -error_log logs/error.log debug; +error_log logs/error.log error; events { - worker_connections 32; + worker_connections 128; } http {