bunkerweb 1.4.0
This commit is contained in:
6
core/limit/confs/server-http/limitconn.conf
Normal file
6
core/limit/confs/server-http/limitconn.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
{% if USE_LIMIT_CONN == "yes" +%}
|
||||
|
||||
limit_conn v1ips {{ LIMIT_CONN_MAX_HTTP1 }};
|
||||
limit_conn v2ips {{ LIMIT_CONN_MAX_HTTP2 }};
|
||||
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user