From 0228c6ae511a1f6a2d3d03501a169966bb2de40c 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 9b3ccc6..17edf96 100644 --- a/sarg.conf +++ b/sarg.conf @@ -309,7 +309,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