summaryrefslogtreecommitdiff
path: root/doc/config/conf.d/rrdtool.conf
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-06-11 18:18:15 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-06-11 18:18:15 -0400
commit63a578fe92fa9ac8de98a652e8ea8567f1c9fa1c (patch)
treef28dc4b8201889a2375461544396eb2401eb181d /doc/config/conf.d/rrdtool.conf
parentfcae0af953225c38f9ac23c2d938d6fce411f1ca (diff)
downloadlighttpd-git-63a578fe92fa9ac8de98a652e8ea8567f1c9fa1c.tar.gz
[doc] more consistent use of vars in examples
incorporate some patches from macports package of lighttpd (thx)
Diffstat (limited to 'doc/config/conf.d/rrdtool.conf')
-rw-r--r--doc/config/conf.d/rrdtool.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config/conf.d/rrdtool.conf b/doc/config/conf.d/rrdtool.conf
index 652e589f..1bc13374 100644
--- a/doc/config/conf.d/rrdtool.conf
+++ b/doc/config/conf.d/rrdtool.conf
@@ -15,7 +15,7 @@ rrdtool.binary = "/usr/bin/rrdtool"
##
## Path to the rrdtool database. You can override this in conditionals.
##
-rrdtool.db-name = "/var/lib/lighttpd/lighttpd.rrd"
+rrdtool.db-name = home_dir + "/lighttpd.rrd"
##
#######################################################################