mirror of
https://github.com/openwrt/packages.git
synced 2025-07-22 07:39:19 +00:00
Copy mime.conf to temporary directory so squid process can properly read the file. Without it squid cannot access mime.conf and throws a warning during startup. Signed-off by: Adam Gensler <openwrt@a.gnslr.us>
10 lines
306 B
Plaintext
10 lines
306 B
Plaintext
config squid 'squid'
|
|
option config_file '/etc/squid/squid.conf'
|
|
option http_port '3128'
|
|
option coredump_dir '/tmp/squid'
|
|
option visible_hostname 'OpenWrt'
|
|
option mime_table '/etc/squid/mime.conf'
|
|
#option http_port_options 'intercept'
|
|
#option ssldb '/tmp/squid/ssldb'
|
|
#option ssldb_options '-M 4MB'
|