Externalise conf
This commit is contained in:
12
conf.py
Normal file
12
conf.py
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
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/'
|
||||
Reference in New Issue
Block a user