Skip to content

Commit

Permalink
sample conf: add missing frang limits names
Browse files Browse the repository at this point in the history
  • Loading branch information
vankoven committed May 25, 2019
1 parent 97abe3b commit 7288cda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/tempesta_fw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@
#
# Syntax:
# frang_limits {
# ip_block off|on;
# request_rate NUM;
# request_burst NUM;
# connection_rate NUM;
Expand All @@ -938,6 +939,9 @@
# http_uri_len NUM;
# http_field_len NUM;
# http_body_len NUM;
# http_header_cnt NUM;
# http_header_chunk_cnt NUM;
# http_body_chunk_cnt NUM;
# http_host_required true|false;
# http_methods [METHOD]...;
# http_ct_required true|false;
Expand Down

0 comments on commit 7288cda

Please sign in to comment.