Re: How to install nginx-module-njs on alpine

2021-06-02 Thread bouvierh
Thank you! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291725,291734#msg-291734 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

RE: Partial cached fastsgi responses?

2021-06-02 Thread TBD TBD
I guess a related question is: is it possible for nginx to serve partial requests for cached fastcgi responses that don’t support ranges? Ie. Can the fastcgi module fetch the whole response from upstream, cache it, and then serve partial requests from the cache? From: TBD TBD

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Sergey A. Osokin
On Wed, Jun 02, 2021 at 11:41:38PM +0300, Sergey A. Osokin wrote: > Hi Hugues, > > On Wed, Jun 02, 2021 at 03:15:16PM -0400, bouvierh wrote: > > Hello, > > > > How do I install the javascript module on Alpine? I have tried: "apk add > > nginx-module-njs" but that module is not available. > > ERRO

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Sergey A. Osokin
Hi Hugues, On Wed, Jun 02, 2021 at 03:15:16PM -0400, bouvierh wrote: > Hello, > > How do I install the javascript module on Alpine? I have tried: "apk add > nginx-module-njs" but that module is not available. > ERROR: unable to select packages: > nginx-module-njs (no such package): Could you t

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Grzegorz Kulewski
W dniu 02.06.2021 o 22:34, Thomas Ward pisze: > More than likely you'll have to compile the module yourself - I don't know of > any distribution that currently ships the njs module. Gentoo ships njs with nginx. -- Grzegorz Kulewski ___ nginx mailing l

Re: How to install nginx-module-njs on alpine

2021-06-02 Thread Thomas Ward
More than likely you'll have to compile the module yourself - I don't know of any distribution that currently ships the njs module. Thomas On 6/2/21 3:15 PM, bouvierh wrote: Hello, How do I install the javascript module on Alpine? I have tried: "apk add nginx-module-njs" but that module is

Partial cached fastsgi responses?

2021-06-02 Thread TBD TBD
Is it possible to use the ‘Range: bytes=’ header with cached fastcgi locations? What config option do I need to use to get a cached fastcgi response to contain an `Accept-Ranges` header? Does the `fastcgi_force_ranges` config option even do anything? Piers. _

How to install nginx-module-njs on alpine

2021-06-02 Thread bouvierh
Hello, How do I install the javascript module on Alpine? I have tried: "apk add nginx-module-njs" but that module is not available. ERROR: unable to select packages: nginx-module-njs (no such package): Thanks, Hugues Posted at Nginx Forum: https://forum.nginx.org/read.php?2,291725,291725#msg-

Re: Help: Using Nginx Reverse Proxy bypass traffic in to a application running in a container

2021-06-02 Thread Francis Daly
On Tue, Jun 01, 2021 at 07:40:27PM +0530, Amila Gunathilaka wrote: Hi there, > Hope you are doing good ? Thanks for your quick responses for my emails > again. I have 02 questions for you today, I will brief it down for your > ease. You're welcome. In general, if the questions are unrelated