fix #113
This commit is contained in:
parent
72f441c327
commit
19d0f8ffbf
|
@ -11,7 +11,7 @@ user www www;
|
||||||
|
|
||||||
# The maximum number of connections for Nginx is calculated by:
|
# The maximum number of connections for Nginx is calculated by:
|
||||||
# max_clients = worker_processes * worker_connections
|
# max_clients = worker_processes * worker_connections
|
||||||
worker_processes 2;
|
worker_processes auto;
|
||||||
|
|
||||||
# Maximum open file descriptors per process;
|
# Maximum open file descriptors per process;
|
||||||
# should be > worker_connections.
|
# should be > worker_connections.
|
||||||
|
|
Loading…
Reference in New Issue