njs question

2019-02-25 Thread ??????
hello! Hello! I would like to ask some questions about the development of NJS. First: when will NJS improve the ES6 standard? Second: can NJS be made into nodejs similar to nodejs? Can import third-party js files through "require" script. Thus realize the transformation from js to AST;

Re: SignatureDoesNotMatch - S3 upload with KMS encryption fails through Nginx proxy end point

2019-02-25 Thread fmarch
I am having the same issue. Did you ever figure this out? Thanks, Frank Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282707,283161#msg-283161 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

version upgrade

2019-02-25 Thread reecis
I use nginx 1.14.0 now , want to upgrade to latest stable version . would advise how to do that , I need to remove the existing version and install the new version to the server , or just execute the upgrade patch , is there any suggestion to do the upgrade . thanks Posted at Nginx Forum: https

Re: Re: How to control keepalive connections for upstream before the version of 1.15.3

2019-02-25 Thread Maxim Dounin
Hello! On Mon, Feb 25, 2019 at 09:46:56PM +0800, yf chu wrote: > But if a connection to upstream is dead or there are some other > network problems in this connection, how could Nginx handle it, > will the HTTP requests on this connection be affected? For > example, is it possible that the HTT

Re:Re: How to control keepalive connections for upstream before the version of 1.15.3

2019-02-25 Thread yf chu
But if a connection to upstream is dead or there are some other network problems in this connection, how could Nginx handle it, will the HTTP requests on this connection be affected? For example, is it possible that the HTTP requests on this connection is hanging until timeout? At 2019

Re: How to control keepalive connections for upstream before the version of 1.15.3

2019-02-25 Thread Maxim Dounin
Hello! On Mon, Feb 25, 2019 at 03:45:27PM +0800, yf chu wrote: > The Nginx document said that there are two upstream-related > directives introduced in the version of 1.15.3: > "keepalive_requests" and "keepalive_timeout". But the directive > "keepalive" has already been instroduced in the v

How to control keepalive connections for upstream before the version of 1.15.3

2019-02-25 Thread yf chu
The Nginx document said that there are two upstream-related directives introduced in the version of 1.15.3: "keepalive_requests" and "keepalive_timeout". But the directive "keepalive" has already been instroduced in the version of 1.1.4. So I want to know how does Nginx handle the keepalive c