]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/squid.conf.erb
build(deps): bump test-kitchen from 3.3.1 to 3.3.2
[chef.git] / cookbooks / wiki / templates / default / squid.conf.erb
1 acl osmwiki_sites dstdomain wiki.openstreetmap.org wiki.osm.org
2
3 http_access allow osmwiki_sites
4
5 cache_peer localhost parent 80 0 no-query originserver name=osmwikiAccel login=PASS connect-timeout=60 no-digest weight=1000
6
7 cache_peer_access osmwikiAccel allow osmtile_sites
8 cache_peer_access osmwikiAccel deny all
9
10 #----------------------------------
11