From 4550887f695e39912098748f27c2a0b2c17ca5aa Mon Sep 17 00:00:00 2001 From: Geno Date: Sun, 19 Mar 2017 11:03:38 +0100 Subject: [PATCH] [DOC] describe webserver (#49) --- config_example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_example.toml b/config_example.toml index de54c79..f542814 100644 --- a/config_example.toml +++ b/config_example.toml @@ -7,7 +7,8 @@ collect_interval = "1m" interface = "eth0" -# A little build-in webserver +# A little build-in webserver, which statically serves a directory. +# This is useful for testing purposes or for a little standalone installation. [webserver] enable = false bind = "127.0.0.1:8080"