better description for image paths

This commit is contained in:
matthias@arch 2022-12-14 19:18:38 +01:00
parent dd8298e232
commit 630eff771c

View File

@ -100,16 +100,11 @@ file_ranking_ignore_error_files = True
plot_dpi = 300
# 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
plot_size_narrow = 7, 5
# output directory for the generated plots
# eg: /www/analytics/images
img_dir =
# nginx location for the generated images, its root must be img_dir
# eg: images
img_location =
# PATHS
# template html input
# eg: /home/my_visitor/.regina/template.html
template_html =
@ -117,6 +112,17 @@ template_html =
# eg: /www/analytics/statistics.html
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 *********************************************
# these settings affect the behavior of regina
# *************************************************************************************************