limit_req off?

Fry-kun nginx-forum at forum.nginx.org
Tue Jan 19 22:01:45 UTC 2016


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



More information about the nginx mailing list