# HG changeset patch # User Yaroslav Zhuravlev # Date 1619788566 -3600 # Node ID f82f16e327f2730e16740c17461d3b78f2a7a863 # Parent a9c2fe68da665205ed0a796932511569fd1461b1 Added info about js_var to r.internalRedirect in njs. diff -r a9c2fe68da66 -r f82f16e327f2 xml/en/docs/njs/reference.xml --- a/xml/en/docs/njs/reference.xml Fri Apr 30 14:05:29 2021 +0300 +++ b/xml/en/docs/njs/reference.xml Fri Apr 30 14:16:06 2021 +0100 @@ -9,7 +9,7 @@
+ rev="74">
@@ -180,6 +180,11 @@ the VM in the original location is stopped. Values of nginx variables are kept and can be used to pass information to the target location. +Since 0.5.3, +the variable declared with the js_var directive for +http or +stream +can be used.