diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-12-06 21:37:37 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-12-06 21:37:37 +0100 |
commit | 05eb797de4c547890e373587d768b88335d37c44 (patch) | |
tree | c29b681096e19d18389a68f43c37927559335d56 | |
parent | a4496fa65282fd3e618e15bc7619beb59b1783a1 (diff) | |
download | smokeping-05eb797de4c547890e373587d768b88335d37c44.tar.gz smokeping-05eb797de4c547890e373587d768b88335d37c44.tar.xz |
added note
-rw-r--r-- | etc/config.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/config.dist b/etc/config.dist index 8604171..7b43694 100644 --- a/etc/config.dist +++ b/etc/config.dist @@ -4,6 +4,9 @@ owner = Peter Random contact = some@address.nowhere mailhost = my.mail.host sendmail = /usr/lib/sendmail +# NOTE: do not put the Image Cache below cgi-bin +# since all files under cgi-bin will be executed ... this is not +# good for images. imgcache = /home/oetiker/public_html/smokeping-ms/cache imgurl = cache datadir = /tmp/smokeping-ms/data |