Re: limit_req is not working in virutal location?

2018-01-11 Thread pva
Hi, Maxim. Maxim Dounin Wrote: > That's because try_files is not a mechanism to "conditionally select > configurations"[1] like the rewrite module directives (including > "return"), but rather a way to choose which file will be used for > request processing. As such, try_files checks happen ri

Re: limit_req is not working in virutal location?

2018-01-11 Thread pva
Francis, thank you for you answer. > On Thu, Jan 11, 2018 at 03:32:07AM -0500, pva wrote: > I'm slightly guessing, so apologies if I mislead you and hopefully > someone else will correct this if necessary... > > > Hi. Could you, please, explain why limit_req in @limitsp

limit_req is not working in virutal location?

2018-01-11 Thread pva
Hi. Could you, please, explain why limit_req in @limitspeed location is not working in case of redirect to @allowed virtual location and works in case I copy @allowed virtual location contents inside @limitspeed? = This configuration is not limiting speed at all ==