aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid.inc
diff options
context:
space:
mode:
authorgeijt <geijt50@hotmail.com>2013-02-09 17:16:29 +0100
committergeijt <geijt50@hotmail.com>2013-02-09 17:17:07 +0100
commitd1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac (patch)
treed608614e4ce44e1450948304ea3c1d04fb03386b /config/squid-reverse/squid.inc
parent44b75f44ba49e82a11a3a008e4a2123c89511b74 (diff)
downloadpfsense-packages-d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac.tar.gz
pfsense-packages-d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac.tar.bz2
pfsense-packages-d1dce3495cf5fdddddb5b9ca0c1b7334b4dd29ac.zip
Added redirects for squid-reverse
Added the options for squid-reverse to redirect from http/https on the specified URI to an URL
Diffstat (limited to 'config/squid-reverse/squid.inc')
-rw-r--r--config/squid-reverse/squid.inc5
1 files changed, 5 insertions, 0 deletions
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;