Squid proxy server limit upload size

How to set squid proxy server upload size limit

Squid Upload size

Add the following line in the squid.conf file

request_body_max_size 100 KB

 

This will set the upload limit to 100 kb

Save the file and restart the service

#service squid restart

 

Leave a Reply

Your email address will not be published. Required fields are marked *