# HG changeset patch # User Vladimir Homutov # Date 1350047146 0 # Node ID 64085bf227f6f2963b8e7fb92fc5c7353587c0b8 # Parent 0422511d9bee1bdc5b838ce2f1234b1d32e49786 Documented 'min_file_chunk' and 'value_length' SSI module directives. diff --git a/xml/en/docs/http/ngx_http_ssi_module.xml b/xml/en/docs/http/ngx_http_ssi_module.xml --- a/xml/en/docs/http/ngx_http_ssi_module.xml +++ b/xml/en/docs/http/ngx_http_ssi_module.xml @@ -55,6 +55,22 @@ Enables or disables processing of SSI co + +size +1k +http +server +location + + +Sets the minimum size for parts of a response stored on disk, +starting from which it makes sense to send them using +. + + + + + on | off off @@ -86,6 +102,20 @@ The special value “*” matches any MIME type (0.8.29). + + +length +256 +http +server +location + + +Sets the maximum length for values of parameters in SSI commands. + + + + diff --git a/xml/ru/docs/http/ngx_http_ssi_module.xml b/xml/ru/docs/http/ngx_http_ssi_module.xml --- a/xml/ru/docs/http/ngx_http_ssi_module.xml +++ b/xml/ru/docs/http/ngx_http_ssi_module.xml @@ -55,6 +55,22 @@ location / { + +размер +1k +http +server +location + + +Задаёт минимальный размер частей ответа, хранящихся +на диске, начиная с которого имеет смысл посылать их с помощью +. + + + + + on | off off @@ -87,6 +103,20 @@ location / { + + +длина +256 +http +server +location + + +Задаёт максимальную длину значений параметров в SSI-командах. + + + +