eXtremer wrote:
I don't know why but this option is not working. request_body_max_size <- restriction for max upload is working well, but reply_body_max_size <- restriciton for max download is not working. Why ? Here is my config file:
SNIP
# reply_body_max_size 0 allow all reply_body_max_size 0 allow allow_dl_from reply_body_max_size 21000000 allow all <---------- max download 2.1 Mb
You've got an extra zero in there. You are restricting downloads to ~21MB. Chris