[DOC] describe webserver (#49)

This commit is contained in:
Geno 2017-03-19 11:03:38 +01:00 committed by GitHub
parent 8175afd43b
commit 4550887f69
1 changed files with 2 additions and 1 deletions

View File

@ -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"