Re: Nginx image_filter problem.

2018-10-26 Thread Francis Daly
On Fri, Oct 26, 2018 at 10:39:56AM +0530, Mahesh Biloniya wrote: Hi there, > #./configure --sbin-path=/usr/bin/nginx --conf-path=/etc/nginx/nginx.conf > --error-log-path=/var/log/nginx/error.log > --http-log-path=/var/log/nginx/access.log --pid-     path=/var/run/nginx.pid > --with-pcre --with

Re: Variable scope in javascript module

2018-10-26 Thread Dmitry Volyntsev
Hi Alex, Can you, please, share your code? You can also try to play with njs code in the command line interface. For example: njs interactive njs 0.2.3 v. -> the properties and prototype methods of v. type console.help() for more information >>function my(){var g = 'init'; console.log(g); (