1
0
angie-conv-image/angie/autoconf.dist/core_ev-worker.conf.j2

7 lines
252 B
Plaintext
Raw Normal View History

2024-09-17 14:11:00 +03:00
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 %}