How to control the total requests in Ngnix

Gary lists at lazygranch.com
Sun Dec 3 21:08:02 UTC 2017


For what situation would it be appropriate to use "nodelay"? 

  Original Message  
From: francis at daoine.org
Sent: December 2, 2017 3:02 AM
To: nginx at nginx.org
Reply-to: nginx at nginx.org
Subject: Re: Re: How to control the total requests in Ngnix

On Fri, Dec 01, 2017 at 11:18:06AM +0800, tongshushan at migu.cn wrote:

Hi there,

Others have already given some details, so I'll try to put everything
together.

<snip>

> limit_req zone=all burst=100 nodelay;

"block" can be "return error immediately", or can be "delay until the
right time", depending on what you configure. "nodelay" above means
"return error immediately".


<snip>


f
-- 
Francis Daly        francis at daoine.org
_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx


More information about the nginx mailing list