mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
# /usr/share/doc/lighttpd/rrdtool.txt
|
|
|
|
server.modules += ( "mod_rrdtool" )
|
|
|
|
## path to the rrdtool binary
|
|
rrdtool.binary = "/usr/bin/rrdtool"
|
|
|
|
## file to store the rrd database, will be created by lighttpd
|
|
rrdtool.db-name = "/var/www/lighttpd.rrd"
|
|
|