3 lines
131 B
Plaintext
3 lines
131 B
Plaintext
worker_processes ${NGX_WORKER_PROCESSES};
|
|
worker_priority ${NGX_WORKER_PRIORITY};
|
|
worker_rlimit_nofile ${NGX_WORKER_RLIMIT_NOFILE}; |