Merge branch 'dev' of soutade.fr:iwla into dev

This commit is contained in:
Gregory Soutade
2015-04-08 14:06:18 +02:00
3 changed files with 9 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ display_hooks = ['track_users', 'top_visitors', 'all_visits', 'referers', 'top_p
reverse_dns_timeout = 0.2
# Count this addresses as hit
page_to_hit_conf = [r'^.+/logo[/]?$']
page_to_hit_conf = [r'^.+/logo[/]?$', r'^.+/search[/]?.*$']
# Count this addresses as page
hit_to_page_conf = [r'^.+/category/.+$', r'^.+/tag/.+$', r'^.+/archive/.+$', r'^.+/ljdc[/]?$', r'^.+/source/tree/.*$', r'^.+/source/file/.*$', r'^.+/search/.+$']