Hello,

      I added the 720p in the location{} and checked it by downloading the
single file using wget and got the 500K speed :).

location ~ -720\.(mp4)$ {
                mp4;
                expires 7d;
                limit_rate 500k;
                root /var/www/html/tunefiles;
}
That worked :). Thanks a lot @francis.
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to