Hello!
On Tue, Oct 10, 2017 at 10:22:50AM -0400, Anton Yuzhaninov wrote:
> On 10/09/17 22:15, Anton Yuzhaninov wrote:
> >
> > I've encountered a bug (or unexpected and not well documented feature)
> > in SSI (ngx_http_ssi_module) or in nginScript (ngx_http_js_module).
> >
> > If a variable, whi
On 10/09/17 22:15, Anton Yuzhaninov wrote:
>
> I've encountered a bug (or unexpected and not well documented feature)
> in SSI (ngx_http_ssi_module) or in nginScript (ngx_http_js_module).
>
> If a variable, which set via js_set is used only in SSI it is not cached
> and nginScript function called
Hello,
I've encountered a bug (or unexpected and not well documented feature)
in SSI (ngx_http_ssi_module) or in nginScript (ngx_http_js_module).
If a variable, which set via js_set is used only in SSI it is not cached
and nginScript function called several times for one HTTP request.
If the sam