# HG changeset patch # User Igor Sysoev # Date 1275318604 0 # Node ID af10bf9d4c6532850aa1f70cdf7504bd109b284c # Parent d2848db4d98ee41b3f0a3316f0562e8e8aa50636 nginx-0.8.39-RELEASE diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,41 @@ nginx changelog + + + + +наследуемая директива alias неправильно работала во вложенном location'е. + + +an inherited "alias" directive worked incorrectly in inclusive location. + + + + + +в комбинации директив alias с переменными и try_files; + + +in "alias" with variables and "try_files" directives combination. + + + + + +listen unix domain и IPv6 сокеты не наследовались во время обновления +без перерыва.
+Спасибо Максиму Дунину. +
+ +listen unix domain and IPv6 sockets did not inherit while online upgrade.
+Thanks to Maxim Dounin. +
+
+ +
+ + @@ -993,7 +1028,7 @@ Thanks to Maxim Dounin. -listen unix domain сокет не наследовались во время обновления без перерыва. +listen unix domain сокет не наследовался во время обновления без перерыва. listen unix domain socket did not inherit while online upgrade.