Skip to content

Instantly share code, notes, and snippets.

@pczerkas
Created December 20, 2023 19:39
Show Gist options
  • Save pczerkas/babc0ffa84b8590a9498dd60a50631e2 to your computer and use it in GitHub Desktop.
Save pczerkas/babc0ffa84b8590a9498dd60a50631e2 to your computer and use it in GitHub Desktop.
Squid 5/6 with re-added ignore-must-revalidate and ignore-auth options in refresh_pattern config and fixed ignore-private option for better cacheability
#!/bin/bash
sudo add-apt-repository ppa:pczerkas/squid-extra
sudo apt update
sudo apt-get -y install squid-openssl=6.5-1ubuntu1+ssl+extra # for Ubuntu Jammy (22.04)
# or
sudo apt-get -y install squid-openssl=5.7-2ubuntu1+ssl+extra # for Ubuntu Focal (20.04)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment