From 5881d304481fa0e9e0a69a19e0bf601071edffc5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 8 Feb 2014 06:22:12 +0000 Subject: [PATCH] tilecache: fix broken export acl --- cookbooks/tilecache/templates/default/squid.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/tilecache/templates/default/squid.conf.erb b/cookbooks/tilecache/templates/default/squid.conf.erb index f77500f4e..bc15d71c4 100644 --- a/cookbooks/tilecache/templates/default/squid.conf.erb +++ b/cookbooks/tilecache/templates/default/squid.conf.erb @@ -16,7 +16,7 @@ acl osmtileScrapers browser ^Mozilla\/5\.0$ acl osmtileScrapers browser ^User\-Agent http_access deny osmtile_sites osmtileScrapers -acl whitelist_path urlpath_regex ^/cgi-bin/(export|debug)$ +acl whitelist_path urlpath_regex ^/cgi-bin/(export|debug) acl blacklist_path urlpath_regex ^/cgi-bin/ acl blacklist_path urlpath_regex ^/MyAdmin/ acl blacklist_path urlpath_regex ^/myadmin/ -- 2.43.2