diff --git a/nginx/nginx.conf b/nginx/nginx.conf index f147553..f95d917 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -18,7 +18,7 @@ events { # When you need > 8000 * cpu_cores connections, you start optimizing # your OS, and this is probably the point at where you hire people # who are smarter than you, this is *a lot* of requests. - worker_connections 8000; + worker_connections 8000; } # Change these paths to somewhere that suits you!