1
0
Files
angie-conv-image/angie/autoconf/core_ev-worker.conf.j2
2025-06-05 11:01:19 +03:00

7 lines
252 B
Django/Jinja

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 %}