diff --git a/default_conf.py b/default_conf.py index 579e7a3..33efee2 100644 --- a/default_conf.py +++ b/default_conf.py @@ -39,7 +39,7 @@ pages_extensions = ['/', 'htm', 'html', 'xhtml', 'py', 'pl', 'rb', 'php'] viewed_http_codes = [200, 304] # If False, doesn't cout visitors that doesn't GET a page but resources only (images, rss...) -count_hit_only_visitors = True +count_hit_only_visitors = False # Multimedia extensions (not accounted as downloaded files) multimedia_files = ['png', 'jpg', 'jpeg', 'gif', 'ico', 'svg',