From: Grant Slater Date: Tue, 17 Dec 2013 16:57:16 +0000 (+0000) Subject: tilecache: additional path blacklist X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6e9d18e12068569f1d8afa9cc4b267a7c96c7387 tilecache: additional path blacklist --- diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index 205219f86..5ddd3d4ca 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -11,6 +11,15 @@ acl blacklist_path urlpath_regex ^/myadmin/ acl blacklist_path urlpath_regex ^/pma/ acl blacklist_path urlpath_regex ^/phpmyadmin/ acl blacklist_path urlpath_regex ^/phpMyAdmin/ +acl blacklist_path urlpath_regex ^/idssvc/ +acl blacklist_path urlpath_regex ^/iesvc/ +acl blacklist_path urlpath_regex ^/invoker/ +acl blacklist_path urlpath_regex ^/jmx-console/ +acl blacklist_path urlpath_regex ^/manager/ +acl blacklist_path urlpath_regex ^/service/ +acl blacklist_path urlpath_regex ^/web-console/ +acl blacklist_path urlpath_regex ^/wstats/ +acl blacklist_path urlpath_regex ^/zecmd/ http_access allow osmtile_sites whitelist_path http_access deny blacklist_path