Update documentation
This commit is contained in:
@@ -17,7 +17,7 @@ META_PATH = os.path.join(DB_ROOT, 'meta.db')
|
||||
# Database filename per month
|
||||
DB_FILENAME = 'iwla.db'
|
||||
|
||||
# Web server log format (nginx style). Default is what apache log
|
||||
# Web server log format (nginx style). Default is apache log format
|
||||
log_format = '$server_name:$server_port $remote_addr - $remote_user [$time_local] ' +\
|
||||
'"$request" $status $body_bytes_sent ' +\
|
||||
'"$http_referer" "$http_user_agent"'
|
||||
@@ -30,7 +30,7 @@ pre_analysis_hooks = []
|
||||
post_analysis_hooks = []
|
||||
display_hooks = []
|
||||
|
||||
# Extensions that are considered as a HTML page (or result)
|
||||
# Extensions that are considered as a HTML page (or result) in opposite to hits
|
||||
pages_extensions = ['/', 'htm', 'html', 'xhtml', 'py', 'pl', 'rb', 'php']
|
||||
# HTTP codes that are cosidered OK
|
||||
viewed_http_codes = [200, 304]
|
||||
@@ -49,7 +49,7 @@ icon_path = '%s/%s' % (os.path.basename(resources_path[0]), 'icon')
|
||||
# CSS path (you can add yours)
|
||||
css_path = ['%s/%s/%s' % (os.path.basename(resources_path[0]), 'css', 'iwla.css')]
|
||||
|
||||
# Extensions to compress in gzip during display build
|
||||
# Files extensions to compress in gzip during display build
|
||||
compress_output_files = []
|
||||
|
||||
# Path to locales files
|
||||
|
Reference in New Issue
Block a user