From 2f9006ac58de2df099fc6fd2de6865adecfc4671 Mon Sep 17 00:00:00 2001 From: Frederic Marchal Date: Mon, 14 Apr 2014 16:32:27 +0200 Subject: [PATCH] Sarg.conf search exclude_codes in the default directory MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The default sarg.conf was looking for exclude_codes at the wrong place. Thanks to José Vicente Mondejar for reporting this bug. --- sarg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sarg.conf b/sarg.conf index b90733c..faee314 100644 --- a/sarg.conf +++ b/sarg.conf @@ -336,7 +336,7 @@ # Only codes matching exactly one of the line is rejected. The # comparison is not case sensitive. # -#exclude_codes /usr/local/sarg/exclude_codes +#exclude_codes /usr/local/sarg/etc/exclude_codes # TAG: replace_index string # Replace "index.html" in the main index file with this string -- 2.47.2