Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

limit_rate_after does not work inside location block (2 replies)

$
0
0
Hi,

I have a location block

location ~ /get_file$ {
limit_rate_after 500m;
limit_rate 1m;
...
...
}

The limit_rate_after does not work when put inside the location block, if I move it right above the location line i.e. inside server block, it works.

Any idea on how to make it work inside location and if block.

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>