I want to ask something about limit_zone
Sergey Budnevitch
sb at waeme.net
Thu Oct 25 08:38:42 UTC 2012
On 25 Oct2012, at 12:18 , Benimaur Gao <benimaur at gmail.com> wrote:
> I've learned that if some IP exceeds the limit, a 503 http status code
> will be returned.
> I'm trying to find a way to change the default 503 value, e.g. use
> some other code, such as 403 to replace it, can I ? and how to?
> thanks!
error_page 503 =403 /error_page.html;
http://nginx.org/r/error_page
More information about the nginx
mailing list