[njs] Stream: fixed "js_fetch_timeout" introduced in b20de7bcee61 (0.7.4).

2022-08-02 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/076cdf8a1ced branches: changeset: 1920:076cdf8a1ced user: Dmitry Volyntsev date: Tue Aug 02 20:42:04 2022 -0700 description: Stream: fixed "js_fetch_timeout" introduced in b20de7bcee61 (0.7.4). Previously, the value specified in

[njs] Fixed deprecation warnings introduced in beaff2c39864.

2022-08-02 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/bb7a3a0017b2 branches: changeset: 1919:bb7a3a0017b2 user: Dmitry Volyntsev date: Tue Aug 02 20:40:20 2022 -0700 description: Fixed deprecation warnings introduced in beaff2c39864. Previously, deprecated and non-deprecated properties shared a

[njs] Modules: extending allowed context for js directives.

2022-08-02 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/648a8092c05a branches: changeset: 1921:648a8092c05a user: Dmitry Volyntsev date: Tue Aug 02 20:45:17 2022 -0700 description: Modules: extending allowed context for js directives. HTTP: js_import, js_path, js_set and js_var are allowed in server

Re: Proxy buffering query

2022-08-02 Thread Francis Daly
On Tue, Aug 02, 2022 at 11:01:32AM -0400, libresco_27 wrote: Hi there, > What is the relationship between these three directives - > proxy_busy_buffers_size, proxy_buffers and proxy_buffer_size? http://nginx.org/r/proxy_buffer_size, plus some of the following sections. > Currently, I'm only

Re: Questions about real ip module

2022-08-02 Thread Francis Daly
On Sat, Jul 30, 2022 at 05:13:52AM +0900, nanaya wrote: Hi there, > I have a few questions about the real ip module (tried on nginx/1.22.0): I can see similar curious behaviour to what you report. I'm not sure if it is "intended behaviour", or "that kind of variation was never considered" --

Re: [PATCH 4 of 8] QUIC: removed ngx_quic_shutdown_connection()

2022-08-02 Thread Sergey Kandaurov
On Thu, Jun 23, 2022 at 07:58:42PM +0400, Roman Arutyunyan wrote: > # HG changeset patch > # User Roman Arutyunyan > # Date 1655904279 -14400 > # Wed Jun 22 17:24:39 2022 +0400 > # Branch quic > # Node ID 1912c09e0e4d746ec0a4c2140b6d2046b283b647 > # Parent

Proxy buffering query

2022-08-02 Thread libresco_27
Hi, What is the relationship between these three directives - proxy_busy_buffers_size, proxy_buffers and proxy_buffer_size? Currently, I'm only using proxy_buffer_size in my location block but whenever I set it to some higher number, for ex: 32k, it throws the following error - nginx: [emerg]

Re: [PATCH 1 of 8] QUIC: treat qc->error == -1 as a missing error

2022-08-02 Thread Sergey Kandaurov
On Thu, Jun 23, 2022 at 07:58:39PM +0400, Roman Arutyunyan wrote: > # HG changeset patch > # User Roman Arutyunyan > # Date 1655889315 -14400 > # Wed Jun 22 13:15:15 2022 +0400 > # Branch quic > # Node ID 951d7116f37dc39d9eba20ceae49434592ce4677 > # Parent

Re: Best way to handle large number of frequently updated redirects

2022-08-02 Thread Aleksandar Lazic
Hi Justin. On 02.08.22 00:29, justin_achievable wrote: Hi, I'm looking for advice on the best way to handle a fairly large and frequently updated list of redirects. Basically, I have a CSV file with source, target, and redirect type. There are several hundred entries, with updates made about