comparison docs/xml/nginx/changes.xml @ 4521:dfca420d0446

Grammar and wording fixes in CHANGES.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 05 Mar 2012 18:08:23 +0000
parents 7b7c49639a7b
children f7e1113a9a16
comparison
equal deleted inserted replaced
4520:81a90993afe9 4521:dfca420d0446
33 <para lang="ru"> 33 <para lang="ru">
34 директивы return и error_page теперь могут использоваться для возврата 34 директивы return и error_page теперь могут использоваться для возврата
35 перенаправлений с кодом 307. 35 перенаправлений с кодом 307.
36 </para> 36 </para>
37 <para lang="en"> 37 <para lang="en">
38 the "return" and "error_page" directives can be used to return 307 38 the "return" and "error_page" directives can now be used to return 307
39 redirections. 39 redirections.
40 </para> 40 </para>
41 </change> 41 </change>
42 42
43 <change type="bugfix"> 43 <change type="bugfix">
170 <para lang="ru"> 170 <para lang="ru">
171 количество внутренних перенаправлений в именованные location'ы 171 количество внутренних перенаправлений в именованные location'ы
172 не ограничивалось. 172 не ограничивалось.
173 </para> 173 </para>
174 <para lang="en"> 174 <para lang="en">
175 internal redirects to named locations were not limited. 175 the number of internal redirects to named locations was not limited.
176 </para> 176 </para>
177 </change> 177 </change>
178 178
179 <change type="bugfix"> 179 <change type="bugfix">
180 <para lang="ru"> 180 <para lang="ru">
192 при использовании директивы proxy_store с SSI-подзапросами 192 при использовании директивы proxy_store с SSI-подзапросами
193 временные файлы могли не удаляться. 193 временные файлы могли не удаляться.
194 </para> 194 </para>
195 <para lang="en"> 195 <para lang="en">
196 temporary files might be not removed 196 temporary files might be not removed
197 if the "proxy_store" directive were used with SSI includes. 197 if the "proxy_store" directive was used with SSI includes.
198 </para> 198 </para>
199 </change> 199 </change>
200 200
201 <change type="bugfix"> 201 <change type="bugfix">
202 <para lang="ru"> 202 <para lang="ru">
268 <change type="bugfix"> 268 <change type="bugfix">
269 <para lang="ru"> 269 <para lang="ru">
270 директивы proxy_redirect могли наследоваться некорректно. 270 директивы proxy_redirect могли наследоваться некорректно.
271 </para> 271 </para>
272 <para lang="en"> 272 <para lang="en">
273 the "proxy_redirect" directives might not be correctly inherited. 273 the "proxy_redirect" directives might be inherited incorrectly.
274 </para> 274 </para>
275 </change> 275 </change>
276 276
277 <change type="bugfix"> 277 <change type="bugfix">
278 <para lang="ru"> 278 <para lang="ru">