# 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 -r 0422511d9bee -r 64085bf227f6 xml/en/docs/http/ngx_http_ssi_module.xml --- a/xml/en/docs/http/ngx_http_ssi_module.xml Fri Oct 12 10:01:35 2012 +0000 +++ b/xml/en/docs/http/ngx_http_ssi_module.xml Fri Oct 12 13:05:46 2012 +0000 @@ -55,6 +55,22 @@ + +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 @@ + + +length +256 +http +server +location + + +Sets the maximum length for values of parameters in SSI commands. + + + + diff -r 0422511d9bee -r 64085bf227f6 xml/ru/docs/http/ngx_http_ssi_module.xml --- a/xml/ru/docs/http/ngx_http_ssi_module.xml Fri Oct 12 10:01:35 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_ssi_module.xml Fri Oct 12 13:05:46 2012 +0000 @@ -55,6 +55,22 @@ + +размер +1k +http +server +location + + +Задаёт минимальный размер частей ответа, хранящихся +на диске, начиная с которого имеет смысл посылать их с помощью +. + + + + + on | off off @@ -87,6 +103,20 @@ + + +длина +256 +http +server +location + + +Задаёт максимальную длину значений параметров в SSI-командах. + + + +