>
> Hello All !
I have nginx installed on my linux host and* listen on http port 80* and I
want to bypass external traffic coming from external load balancer
(up-stream server) into my *nginx reverse proxy server (80 port) *and want
to bypass that http traffic into y application running in a dock
Hello!
On Mon, May 17, 2021 at 07:33:43PM +, Lucas Rolff wrote:
> Hi Maxim!
>
> > - The attack you are considering is not about "poisoning". At
> > most, it can be used to make the cache less efficient.
>
> Poisoning is probably the wrong word indeed, and since nginx
> doesn't really han
Hi Maxim!
> - The attack you are considering is not about "poisoning". At most, it can
> be used to make the cache less efficient.
Poisoning is probably the wrong word indeed, and since nginx doesn't really
handle reaching the limit of keys_zone, it simply starts to return a 500
internal serv
Hello!
On Mon, May 17, 2021 at 02:47:33PM +, Lucas Rolff wrote:
> Hi Maxim,
>
> Thanks a lot for your reply!
>
> I'm indeed aware of the ~8k keys per mb of memory, I was just
> wondering if it was handled differently when min_uses are in
> use, but it does indeed make sense that nginx has
Hi Maxim,
Thanks a lot for your reply!
I'm indeed aware of the ~8k keys per mb of memory, I was just wondering if it
was handled differently when min_uses are in use, but it does indeed make sense
that nginx has to keep track of it somehow, and the keys zone makes the most
sense!
> Much like
Hello!
On Sun, May 16, 2021 at 04:46:17PM +, Lucas Rolff wrote:
> Hi everyone,
>
> I have a few questions regarding proxy_cache and the use of
> proxy_cache_min_uses in nginx:
>
> Let’s assume you have an nginx server with proxy_cache enabled,
> and you’ve set proxy_cache_min_uses to 5;
>