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

This commit is contained in:
Gregory Soutade 2015-07-08 08:12:31 +02:00
commit 743e6d8cc1
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Web server log # Web server log
analyzed_filename = '/var/log/apache2/access.log' analyzed_filename = '/var/log/apache2/soutade.fr_access.log'
# Domain name to analyze # Domain name to analyze
domain_name = 'soutade.fr' domain_name = 'soutade.fr'
@ -19,7 +19,7 @@ reverse_dns_timeout = 0.2
# Count this addresses as hit # Count this addresses as hit
page_to_hit_conf = [r'^.+/logo[/]?$', r'^.+/search[/]?.*$'] page_to_hit_conf = [r'^.+/logo[/]?$', r'^.+/search[/]?.*$']
# Count this addresses as page # 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/1$'] hit_to_page_conf = [r'^.+/category/.+$', r'^.+/tag/.+$', r'^.+/archive/.+$', r'^.+/ljdc[/]?$', r'^.+/source/tree/.*$', r'^.+/source/file/.*$', r'^.+/search/.+$']
# Because it's too long to build HTML when there is too much entries # Because it's too long to build HTML when there is too much entries
max_hits_displayed = 100 max_hits_displayed = 100
@ -32,7 +32,7 @@ compress_output_files = ['html', 'css', 'js']
locale = 'fr' locale = 'fr'
# Tracked IP # Tracked IP
tracked_ip = ['192.168.0.1'] tracked_ip = ['82.232.68.211']
# Feed url # Feed url
feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$'] feeds = [r'^.*/atom.xml$', r'^.*/rss.xml$']