From eb6a58c6cc266520775ed057d47760919473eca8 Mon Sep 17 00:00:00 2001 From: Corprew Reed Date: Mon, 18 Nov 2013 21:38:57 -0800 Subject: [PATCH] grammar, doesn't modify code. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 108ea8d..4adb777 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,7 +19,7 @@ worker_rlimit_nofile 8192; 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 + # and this is probably the point at which you hire people who are smarter than # you, as this is *a lot* of requests. worker_connections 8000; }