diff options
author | Adam Spragg <adam@spragg-ssl.co.uk> | 2018-08-13 11:42:04 +0100 |
---|---|---|
committer | Adam Spragg <adam@spragg-ssl.co.uk> | 2018-08-13 11:42:04 +0100 |
commit | a43b5b6a5d1e1b88b7959427478b65ddbb931c35 (patch) | |
tree | d78150fb376c2bd5da68a82eea142bd6a34b90ee | |
parent | c84dd7a48ae7620af471eb98839054da82104bdc (diff) |
Ignore .rss20 and .ttf files
Alongside the already-ignored .rss and .woff extensions
-rw-r--r-- | awstats/awstats.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awstats/awstats.conf b/awstats/awstats.conf index 29ea9e1..703e5b3 100644 --- a/awstats/awstats.conf +++ b/awstats/awstats.conf @@ -598,7 +598,7 @@ OnlyFiles="" # Example: "" # Default: "css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2" # -NotPageList="css js class gif jpg jpeg png bmp ico rss xml swf eot woff woff2" +NotPageList="css js class gif jpg jpeg png bmp ico rss rss20 xml swf eot woff woff2 ttf" # By default, AWStats considers that records found in web log file are |