diff --git a/nginx.conf b/nginx.conf index 7e53bad..8e3cddc 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,7 +15,7 @@ worker_rlimit_nofile 8192; events { # If you need more connections than this, you start optimizing your OS. - # That's probably the point at which you hire people who are smarter than you at this is *a lot* of requests. + # That's probably the point at which you hire people who are smarter than you as this is *a lot* of requests. # Should be < worker_rlimit_nofile. worker_connections 8000; }