nginx限制流量

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

posted @ 2019-06-14 17:10  技术颜良  阅读(1048)  评论(0编辑  收藏  举报