# Squid Proxy server access log file:
SQUIDLOGFILE=/var/log/squid/access.log

# Limit the number of records per table. When exceeded records
# are summarized (rounded) and moved to the higher-level table.
MAXRECORDS=100000

# WARNING! The options below are used with SysV-init script only!
# In order to set up different values for systemd unit, use
# `systemctl edit squidmill` command or modify the unit with
# other appropriate methods.
SQUIDLOGUSER=squid
LOGFILE=/var/log/squid/squidmill.log
DBFILE=/var/log/squid/squidmill.db
