better description for image paths
This commit is contained in:
parent
dd8298e232
commit
630eff771c
20
default.conf
20
default.conf
@ -100,16 +100,11 @@ file_ranking_ignore_error_files = True
|
|||||||
|
|
||||||
plot_dpi = 300
|
plot_dpi = 300
|
||||||
# affects visitor/request count plot, geoip rankings, file ranking and referer ranking
|
# affects visitor/request count plot, geoip rankings, file ranking and referer ranking
|
||||||
plot_size_broad = 10, 6
|
plot_size_broad = 14, 5
|
||||||
# affects platform and browser ranking
|
# affects platform and browser ranking
|
||||||
plot_size_narrow = 7, 5
|
plot_size_narrow = 7, 5
|
||||||
|
|
||||||
# output directory for the generated plots
|
# PATHS
|
||||||
# eg: /www/analytics/images
|
|
||||||
img_dir =
|
|
||||||
# nginx location for the generated images, its root must be img_dir
|
|
||||||
# eg: images
|
|
||||||
img_location =
|
|
||||||
# template html input
|
# template html input
|
||||||
# eg: /home/my_visitor/.regina/template.html
|
# eg: /home/my_visitor/.regina/template.html
|
||||||
template_html =
|
template_html =
|
||||||
@ -117,6 +112,17 @@ template_html =
|
|||||||
# eg: /www/analytics/statistics.html
|
# eg: /www/analytics/statistics.html
|
||||||
html_out_path =
|
html_out_path =
|
||||||
|
|
||||||
|
# output directory for the generated plots
|
||||||
|
# WARNING: you have to create the directory yourself, regina will not create it
|
||||||
|
# eg: /www/analytics/images
|
||||||
|
img_dir =
|
||||||
|
# nginx location for the generated images, its root must be img_dir
|
||||||
|
# eg: images
|
||||||
|
img_location =
|
||||||
|
#
|
||||||
|
# if the root for your server is /www/analytics and html_out_path is /www/analytics/analytics.html,
|
||||||
|
# use img_dir = /www/analytics/images and img_location = /images
|
||||||
|
|
||||||
# ******************************************** REGINA *********************************************
|
# ******************************************** REGINA *********************************************
|
||||||
# these settings affect the behavior of regina
|
# these settings affect the behavior of regina
|
||||||
# *************************************************************************************************
|
# *************************************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user