bunkerized-nginx/src/common/core/limit/confs/server-stream/limitconn.conf

6 lines
93 B
Plaintext

{% if USE_LIMIT_CONN == "yes" +%}
limit_conn sips {{ LIMIT_CONN_MAX_STREAM }};
{% endif %}