tags:

views:

219

answers:

1

The users will be downloading multiple files at a time. The files would be zipped and sent to the user. Since the user base is very large for the application, there will be a limit on the zip size that the user can download at a time (e.g., 50 MB)? What is the best way to implement this?

A: 

You can do this with squid: http://www.squid-cache.org/Doc/config/reply_body_max_size/

dmityugov