From 79821db2916274c913b14eb0d23757f28a4c88dd Mon Sep 17 00:00:00 2001 From: Nicolae Vartolomei Date: Sat, 12 Jan 2013 22:16:02 +0200 Subject: [PATCH] one more space --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!