# HG changeset patch # User jbe # Date 1434761094 -7200 # Node ID b1ba4eb3ff1fd9da2d3d6a3814fa14bdbe91b587 # Parent 5f9cf5a1d12f4e02a3b9fabc71bf81cbbeb4b1dc Updated documentation for new Moonbridge version diff -r 5f9cf5a1d12f -r b1ba4eb3ff1f config/example.lua --- a/config/example.lua Mon Jun 01 15:11:32 2015 +0200 +++ b/config/example.lua Sat Jun 20 02:44:54 2015 +0200 @@ -318,8 +318,9 @@ -- static_headers = {} -- string or table of static headers to be returned with every request -- request_header_size_limit = 1024*1024, -- maximum size of request body sent by client -- request_body_size_limit = 64*1024*1024, -- maximum size of request body sent by client --- request_header_timeout = 360, -- time after which request headers must have been received and processed --- timeout = 1800, -- time in which request body and response must be sent +-- request_idle_timeout = 65, -- maximum time until receiving the first byte of the request header +-- request_header_timeout = 30, -- maximum time until receiving the remaining bytes of the request header +-- response_timeout = 1800, -- time in which request body and response must be sent -- maximum_input_chunk_size = 16384 -- tweaks behavior of request-body parser -- minimum_output_chunk_size = 1024 -- chunk size for chunked-transfer-encoding -- }