Commit 9e6a70f0 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Update params

parent 2f1f2910
...@@ -127,6 +127,7 @@ diag_bitmap ...@@ -127,6 +127,7 @@ diag_bitmap
0x00010000 - synchronize shmlog. 0x00010000 - synchronize shmlog.
0x00020000 - synchronous start of persistence. 0x00020000 - synchronous start of persistence.
0x00040000 - release VCL early. 0x00040000 - release VCL early.
0x00080000 - ban-lurker debugging.
0x80000000 - do edge-detection on digest. 0x80000000 - do edge-detection on digest.
Use 0x notation and do the bitor in your head :-) Use 0x notation and do the bitor in your head :-)
...@@ -232,7 +233,6 @@ http_max_hdr ...@@ -232,7 +233,6 @@ http_max_hdr
http_range_support http_range_support
- Units: bool - Units: bool
- Default: on - Default: on
- Flags: experimental
Enable support for HTTP Range headers. Enable support for HTTP Range headers.
...@@ -262,6 +262,15 @@ http_resp_size ...@@ -262,6 +262,15 @@ http_resp_size
Maximum number of bytes of HTTP backend resonse we will deal with. This is a limit on all bytes up to the double blank line which ends the HTTP request. Maximum number of bytes of HTTP backend resonse we will deal with. This is a limit on all bytes up to the double blank line which ends the HTTP request.
The memory for the request is allocated from the worker workspace (param: sess_workspace) and this parameter limits how much of that the request is allowed to take up. The memory for the request is allocated from the worker workspace (param: sess_workspace) and this parameter limits how much of that the request is allowed to take up.
idle_send_timeout
- Units: seconds
- Default: 60
- Flags: delayed
Time to wait with no data sent. If no data has been transmitted in this many
seconds the session is closed.
See setsockopt(2) under SO_SNDTIMEO for more information.
listen_address listen_address
- Default: :80 - Default: :80
- Flags: must_restart - Flags: must_restart
...@@ -316,6 +325,16 @@ nuke_limit ...@@ -316,6 +325,16 @@ nuke_limit
Maximum number of objects we attempt to nuke in orderto make space for a object body. Maximum number of objects we attempt to nuke in orderto make space for a object body.
pcre_match_limit
- Default: 10000
The limit for the number of internal matching function calls in a pcre_exec() execution.
pcre_match_limit_recursion
- Default: 10000
The limit for the number of internal matching function recursions in a pcre_exec() execution.
ping_interval ping_interval
- Units: seconds - Units: seconds
- Default: 3 - Default: 3
...@@ -362,7 +381,7 @@ saintmode_threshold ...@@ -362,7 +381,7 @@ saintmode_threshold
send_timeout send_timeout
- Units: seconds - Units: seconds
- Default: 60 - Default: 600
- Flags: delayed - Flags: delayed
Send timeout for client connections. If the HTTP response hasn't been transmitted in this many Send timeout for client connections. If the HTTP response hasn't been transmitted in this many
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment