* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / network / squid / squid.conf
blobdee4855191fa8bc34acf09b7b97f8eaf79cff6eb
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/squid/squid.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4 # Copyright (C) 1998 - 2003 ROCK Linux Project
5
6 # This Copyright note is generated by scripts/Create-CopyPatch,
7 # more information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License version 2.
11 # --- T2-COPYRIGHT-NOTE-END ---
13 if [ $prefix_auto = 1 ]; then
14         prefix="opt/squid"
15         set_confopt
18 # uncomment this to select non-standard storage io modules or replacement policies;
19 # this is done via variables since extraconfopt will mangle options that include spaces.
20 # {RS}
21 #export STOREIOMOD="ufs aufs diskd"
22 #export POLICYMOD="lru heap"
23 #extraconfopt="$extraconfopt --enable-async-io=10 --enable-storeio=\"\$STOREIOMOD\" --enable-removal-policies=\"\$POLICYMOD\""
25 # Add X-Forwarded-For support
26 var_append confopt ' ' '--enable-follow-x-forwarded-for'