commit
1e2850833f
|
@ -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