]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix missing default disk store type into QUICKSTART example.
authorserassio <>
Sun, 10 Feb 2008 18:04:32 +0000 (18:04 +0000)
committerserassio <>
Sun, 10 Feb 2008 18:04:32 +0000 (18:04 +0000)
QUICKSTART

index c2bec8f358c568ee67ecca6ac801e4642e5b2613..68e1195fbf4b2be1045742d2b511fc98f9f07181 100644 (file)
@@ -1,7 +1,7 @@
 
 Squid QUICKSTART
 
-$Id: QUICKSTART,v 1.8 2003/07/18 11:10:32 hno Exp $
+$Id: QUICKSTART,v 1.8.4.1 2008/02/10 11:04:32 serassio Exp $
 
 This document is intended only for people who want to get Squid running
 quickly It is not a substitute for the real documentation.  Squid has
@@ -26,7 +26,7 @@ cache_peer, never_direct/always_direct
     always ask permission before adding a parent cache. See also the
     never_direct/always_direct directives.
 
-cache_dir /usr/local/squid/var/cache 100 16 256
+cache_dir ufs /usr/local/squid/var/cache 100 16 256
 
     Add here (first number, here 100) the amount of hard disk space 
     (in megabytes) to devote to caching.