Created
March 19, 2012 13:33
-
-
Save nckltcha/2112299 to your computer and use it in GitHub Desktop.
Squid Reverse Proxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http_port 8080 accel defaultsite=myredhotcar.co.uk | |
| cache_peer localhost parent 5000 0 no-query originserver name=myAccel | |
| acl our_sites dstdomain myredhotcar.co.uk | |
| http_access allow our_sites | |
| cache_peer_access myAccel allow our_sites | |
| http://www.cyberciti.biz/tips/linux-setup-transparent-proxy-squid-howto.html | |
| http://www.visolve.com/squid/whitepapers/reverseproxy.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment