Created
April 10, 2016 13:37
-
-
Save nitincoded/3c7df53d8f504507082738e89cc4afca to your computer and use it in GitHub Desktop.
Squid configuration for 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 86 accel defaultsite=www.computerworld.com no-vhost | |
cache_peer www.computerworld.com parent 80 0 no-query originserver name=myAccel | |
acl our_sites dstdomain www.computerworld.com | |
http_access allow our_sites | |
cache_peer_access myAccel allow our_sites | |
#cache_peer_access myAccel deny all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment