comparison docs/xml/nginx/changes.xml @ 4394:0b649a651094

Fixed punctuation.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 28 Dec 2011 13:30:56 +0000
parents ade8fc136430
children 6a6836e65827
comparison
equal deleted inserted replaced
4393:f753d0e96ccd 4394:0b649a651094
12 <changes ver="1.1.12" date="26.12.2011"> 12 <changes ver="1.1.12" date="26.12.2011">
13 13
14 <change type="change"> 14 <change type="change">
15 <para lang="ru"> 15 <para lang="ru">
16 после перенаправления запроса с помощью директивы error_page 16 после перенаправления запроса с помощью директивы error_page
17 директива proxy_pass без URI теперь использует изменённый URI;<br/> 17 директива proxy_pass без URI теперь использует изменённый URI.<br/>
18 Спасибо Lanshun Zhou. 18 Спасибо Lanshun Zhou.
19 </para> 19 </para>
20 <para lang="en"> 20 <para lang="en">
21 a "proxy_pass" directive without URI part now uses changed URI 21 a "proxy_pass" directive without URI part now uses changed URI
22 after redirection with the "error_page" directive;<br/> 22 after redirection with the "error_page" directive.<br/>
23 Thanks to Lanshun Zhou. 23 Thanks to Lanshun Zhou.
24 </para> 24 </para>
25 </change> 25 </change>
26 26
27 <change type="feature"> 27 <change type="feature">
105 </change> 105 </change>
106 106
107 <change type="bugfix"> 107 <change type="bugfix">
108 <para lang="ru"> 108 <para lang="ru">
109 после перенаправления запроса с помощью директивы try_files 109 после перенаправления запроса с помощью директивы try_files
110 директива proxy_pass без URI могла использовать URI исходного запроса;<br/> 110 директива proxy_pass без URI могла использовать URI исходного запроса.<br/>
111 Спасибо Lanshun Zhou. 111 Спасибо Lanshun Zhou.
112 </para> 112 </para>
113 <para lang="en"> 113 <para lang="en">
114 a "proxy_pass" directive without URI part might use original request 114 a "proxy_pass" directive without URI part might use original request
115 after redirection with the "try_files" directive;<br/> 115 after redirection with the "try_files" directive.<br/>
116 Thanks to Lanshun Zhou. 116 Thanks to Lanshun Zhou.
117 </para> 117 </para>
118 </change> 118 </change>
119 119
120 <change type="bugfix"> 120 <change type="bugfix">