How to configure Squid to not cache a specific domain Website?
To configure squid to not cache example.com
Edit the squid.conf file and add the following lines in the ACL Scetion.
acl domain01 dstdomain .example.com cache deny domain01
Restart the squid service.
#service squid restart