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

7 lines
145 B
Plaintext

{% if has_variable(all, "USE_LIMIT_CONN", "yes") +%}
limit_conn_zone $binary_remote_addr zone=sips:10m;
limit_conn_log_level warn;
{% endif %}