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; }