diff options
Diffstat (limited to 'config/squid-reverse/squid.inc')
-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; |