This commit is contained in:
Craig Davison 2016-03-22 15:23:52 +00:00
parent 605ec6f8c3
commit 73db8ccfd2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ worker_rlimit_nofile 8192;
events { events {
# If you need more connections than this, you start optimizing your OS. # 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. # Should be < worker_rlimit_nofile.
worker_connections 8000; worker_connections 8000;
} }