From d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac Mon Sep 17 00:00:00 2001 From: geijt Date: Sat, 9 Feb 2013 17:16:29 +0100 Subject: Added redirects for squid-reverse Added the options for squid-reverse to redirect from http/https on the specified URI to an URL --- config/squid-reverse/squid.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/squid-reverse/squid.inc') diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc index 941395f6..fef9590c 100644 --- a/config/squid-reverse/squid.inc +++ b/config/squid-reverse/squid.inc @@ -6,6 +6,7 @@ Copyright (C) 2006 Fernando Lemos Copyright (C) 2012 Martin Fuchs Copyright (C) 2012 Marcello Coutinho + Copyright (C) 2013 Gekkenhuis All rights reserved. Redistribution and use in source and binary forms, with or without @@ -1053,6 +1054,10 @@ acl manager proto cache_object acl purge method PURGE acl connect method CONNECT +# Define protocols used for redirects +acl HTTP proto HTTP +acl HTTPS proto HTTPS + EOD; -- cgit v1.2.3