Re: Questions about real ip module

2022-08-02 Thread nanaya
Hi On Wed, Aug 3, 2022, at 07:34, Francis Daly wrote: > On Sat, Jul 30, 2022 at 05:13:52AM +0900, nanaya wrote: > > >> 1. is there no way to reset the list of `set_real_ip_from` for a specific >> subsection? For example to have a completely different set of trusted >> addresses for a specific se

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 usi

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" -- ei

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] "pro

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 we