Syntax: | limit_rate_after |
---|---|
Default: | limit_rate_after 0; |
Context: | http , server , location , if in location |
This directive appeared in version 0.8.0.
Sets the initial amount after which the further transmission of a response to a client will be rate limited.
Example:
location /flv/ { flv; limit_rate_after 500k; limit_rate 50k; }
Please login to continue.