From 6f4d3ed612f0edb6ccd3e9ea07df6e0be308ffd6 Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Thu, 16 Sep 2010 15:43:19 -0600 Subject: [PATCH] Author: Edward Chernenko Fixed "stratup" typo in the auth_param examples. --- src/cf.data.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 74b89de54a..7e76f90e5e 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -397,7 +397,7 @@ DOC_START #auth_param digest nonce_max_count 50 # #auth_param basic program -#auth_param basic children 5 stratup=5 idle=1 +#auth_param basic children 5 startup=5 idle=1 #auth_param basic realm Squid proxy-caching web server #auth_param basic credentialsttl 2 hours DOC_END -- 2.47.3