From 73db8ccfd28e584c94f8a0c9684c35d09609c549 Mon Sep 17 00:00:00 2001 From: Craig Davison Date: Tue, 22 Mar 2016 15:23:52 +0000 Subject: [PATCH] Fix typo --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }