diff options
author | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-30 12:09:59 +0200 |
---|---|---|
committer | Martin Fuchs <martin.fuchs@trendchiller.com> | 2011-09-30 12:09:59 +0200 |
commit | c828ba8054534c082d5cf226dc987ed451a457c6 (patch) | |
tree | 3268e04d1d895a88a7a351fd6ee0264bbe519fda /config | |
parent | 696863f625b7c55a387bb8411563c1d831203127 (diff) | |
download | pfsense-packages-c828ba8054534c082d5cf226dc987ed451a457c6.tar.gz pfsense-packages-c828ba8054534c082d5cf226dc987ed451a457c6.tar.bz2 pfsense-packages-c828ba8054534c082d5cf226dc987ed451a457c6.zip |
cleanup
Diffstat (limited to 'config')
-rw-r--r-- | config/squid-reverse/squid.inc | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc index 3794c47e..1c68045f 100644 --- a/config/squid-reverse/squid.inc +++ b/config/squid-reverse/squid.inc @@ -1029,25 +1029,7 @@ function squid_resync_reverse() { $conf .= "http_access allow OWA_URI_pfs\n"; } - /* - acl OWA url_regex -i ^https://xg1.fuchs-kiel.de/owa.*$; - acl OWA url_regex -i ^https://xg1.fuchs-kiel.de/exchange.*$; - acl OWA url_regex -i ^https://xg1.fuchs-kiel.de/public.*$; - acl OWA url_regex -i ^https://xg1.fuchs-kiel.de/exchweb.*$; - - acl OWA url_regex -i ^https://xg1.fuchs-kiel.de/Microsoft-Server-ActiveSync.*$; - acl OWA url_regex -i ^https://xg1.fuchs-kiel.de/rpc/rpcproxy.dll.*$; - - cache_peer_access CYGNUS_SSL allow OWA; - cache_peer_access CYGNUS_SSL deny all; - - never_direct allow OWA; - - http_access allow OWA; - #miss_access allow OWA; - */ - if (!empty($settings['deny_info_tcp_reset'])) $conf .= "deny_info TCP_RESET all\n"; return $conf; |