centos5.5 + nginx-1.3.14
I use the limit_speed_zone
(https://github.com/yaoweibin/nginx_limit_speed_module),and set the
nginx.conf:
http {
limit_speed_zone one $server_port 10m;
server {
listen 8080;
server_name localhost;
location / {
root /op
You know,the ngx_http_limit_zone_module can limit the speed of an IP .
I want to limit the total speed of a port or a domain name.
For example:
There was a Server(the all speed is limited by the IDC 10M/s).
There was a Nginx on the Server.
There was two port for this Nginx---> 8080 and 8090,now