13 lines
329 B
Python
13 lines
329 B
Python
|
|
||
|
log_format = '$server_name:$server_port $remote_addr - $remote_user [$time_local] ' +\
|
||
|
'"$request" $status $body_bytes_sent ' +\
|
||
|
'"$http_referer" "$http_user_agent"';
|
||
|
|
||
|
#09/Nov/2014:06:35:16 +0100
|
||
|
time_format = '%d/%b/%Y:%H:%M:%S +0100'
|
||
|
|
||
|
analyzed_filename = 'access.log'
|
||
|
|
||
|
DB_ROOT = './output/'
|
||
|
DISPLAY_ROOT = './output/'
|