nginx限制流量

location /download/ {
limit_rate_after 5m;
limit_rate 1m;
alias /data/html/;
}

原文地址:https://www.cnblogs.com/cheyunhua/p/11024346.html