Welcome! Log In Create A New Profile

Advanced

Re: limit_req off?

January 20, 2016 02:14PM
Sure, except there are a few dozen identical config lines in these locations... If "limit_req off" was an option, that would be the only difference.


B.R. Wrote:
-------------------------------------------------------
> You might wish to set up locations like that:
>
> location /outer-path {
> limit_req ...
> }
>
> location /outer-path/inner-path {
> ...
> }
> ---
> *B. R.*
>
> On Tue, Jan 19, 2016 at 11:01 PM, Fry-kun
> <nginx-forum@forum.nginx.org>
> wrote:
>
> > I have a location with limit_req and would like to set up an inner
> path
> > without the limit but with other settings same, e.g.
> >
> > location / {
> > limit_req ...;
> > proxy_pass ...;
> > location /private/ {
> > limit_req off;
> > }
> > }
> >
> > How come "limit_req off" is not an available option?
> > Any other easy way of achieving this?
> >
> > Thanks
> >
> > Posted at Nginx Forum:
> > https://forum.nginx.org/read.php?2,263998,263998#msg-263998
> >
> > _______________________________________________
> > nginx mailing list
> > nginx@nginx.org
> > http://mailman.nginx.org/mailman/listinfo/nginx
> >
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

limit_req off?

Fry-kun January 19, 2016 05:01PM

Re: limit_req off?

B.R. January 20, 2016 12:32PM

Re: limit_req off?

Fry-kun January 20, 2016 02:14PM

Re: limit_req off?

Francis Daly January 23, 2016 06:24AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 178
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready