initial commit
This commit is contained in:
10
angie/autoconf/core-worker.conf.j2
Normal file
10
angie/autoconf/core-worker.conf.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
worker_processes {{ env.NGX_WORKER_PROCESSES }};
|
||||
{%- if env.NGX_WORKER_CPU_AFFINITY %}
|
||||
worker_cpu_affinity {{ env.NGX_WORKER_CPU_AFFINITY }};
|
||||
{%- endif %}
|
||||
{%- if env.NGX_WORKER_PRIORITY %}
|
||||
worker_priority {{ env.NGX_WORKER_PRIORITY }};
|
||||
{%- endif %}
|
||||
{%- if env.NGX_WORKER_RLIMIT_NOFILE %}
|
||||
worker_rlimit_nofile {{ env.NGX_WORKER_RLIMIT_NOFILE }};
|
||||
{%- endif %}
|
Reference in New Issue
Block a user