From fd7ba1e8fe154f067ee6286181575ae2f957f5e8 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 19 Jan 2017 19:19:20 +0100 Subject: [PATCH] better structure of config file --- config.cfg.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.cfg.sample b/config.cfg.sample index a041b63..cd82580 100644 --- a/config.cfg.sample +++ b/config.cfg.sample @@ -19,6 +19,10 @@ LOC_trunk_dev= # Use "lighttpd" if you want to use the Lighttpd webserver. This has to be configured manually (see guide) HTTPD=python + +### ADVANCED ### +### (only if using "lighttpd" as webserver) + # Choose on which port the webserver runs. This has no effect for "lighttpd". HTTPD_port=5080