Fix typo
This commit is contained in:
parent
605ec6f8c3
commit
73db8ccfd2
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue