initial commit
This commit is contained in:
7
angie/autoconf/core_ev-worker.conf.j2
Normal file
7
angie/autoconf/core_ev-worker.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
worker_connections {{ env.NGX_WORKER_CONNECTIONS }};
|
||||
{%- if env.NGX_WORKER_AIO_REQUESTS %}
|
||||
worker_aio_requests {{ env.NGX_WORKER_AIO_REQUESTS }};
|
||||
{%- endif %}
|
||||
{%- if env.NGX_WORKER_PRIORITY %}
|
||||
worker_priority {{ env.NGX_WORKER_PRIORITY }};
|
||||
{%- endif %}
|
Reference in New Issue
Block a user