skia2/experimental/webtry/sys/webtry_squid
commit-bot@chromium.org 70222fadf0 Run Squid as a reverse caching proxy on port 80 and proxy the requests
to the server running on port 8000.

BUG=skia:
R=mtklein@google.com

Author: jcgregorio@google.com

Review URL: https://codereview.chromium.org/261023002

git-svn-id: http://skia.googlecode.com/svn/trunk@14515 2bbb7eff-a529-9590-31e7-b0007b416f81
2014-05-01 20:10:03 +00:00

7 lines
256 B
Plaintext

http_port 80 accel defaultsite=skfiddle.com
cache_peer 127.0.0.1 parent 8000 0 no-query originserver name=myAccel
acl our_sites dstdomain skfiddle.com
http_access allow our_sites
cache_peer_access myAccel allow our_sites
cache_peer_access myAccel deny all