68

Nginx下载限速-顶风走千里的博客-51CTO博客

 6 years ago
source link: http://blog.51cto.com/13505030/2066756
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

share_default.jpg

Nginx下载限速

Nginx可以通过HTTPLimitZoneModule和HTTPCoreModule两个模块来实现对目录和IP进行下载限速。

先来一个配置示例看下:


limit_zone one $binary_remote_addr 10m;server { listen       80;server_name  test.361way.com;location / {root   /var/www/html;index  index.html index.htm index.php;autoindex on;autoindex_exact_size off;autoindex_localtime on;limit_conn one 2;limit_rate 10k;}}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK