mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-11 19:02:42 +01:00
16 lines
564 B
Plaintext
16 lines
564 B
Plaintext
# Copyright 1999-2004 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/net-proxy/squid/files/squid.confd,v 1.2 2008/11/30 19:20:44 mrness Exp $
|
|
|
|
# Config file for /etc/init.d/squid
|
|
|
|
SQUID_OPTS="-YC"
|
|
|
|
# Max. number of filedescriptors to use. You can increase this on a busy
|
|
# cache to a maximum of (currently) 8192 filedescriptors. Default is 1024.
|
|
SQUID_MAXFD=1024
|
|
|
|
# Kerberos keytab file to use. This is required if you enable kerberos authentication.
|
|
SQUID_KEYTAB=""
|
|
|