Thanks!
On Thu, Jan 12, 2023 at 1:36 PM J Carter wrote:
> It's trivial to do with error page OP as mentioned - an example:
>
> limit_req_status 598;
> limit_req_zone $binary_remote_addr zone=a:1m rate=1r/m;
>
> server {
> limit_req zone=a nodelay;
>
> error_page
Hello!
On Tue, Jan 03, 2023 at 05:48:36AM +0300, Maxim Dounin wrote:
> # HG changeset patch
> # User Maxim Dounin
> # Date 1672713976 -10800
> # Tue Jan 03 05:46:16 2023 +0300
> # Node ID e0688b4494f02dcf6feebf0c73e02749bd7de381
> # Parent 07b0bee87f32be91a33210bc06973e07c4c1dac9
> Gzip st
Hello!
I've been trying to debug an issue with a custom nginx module, which
is working 'properly' with desktop browsers but failing on Apple
browsers with an 'invalid response' error message.
I don't know exactly what it doesn't like (so much fun debugging on
i-devices) but I am seeing one speci