From 4310529ed89faa9cb237f9b320891de02d175135 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 15 Dec 2016 18:20:34 +0100 Subject: [PATCH] better config file explanation --- config.cfg.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cfg.sample b/config.cfg.sample index 388212e..a041b63 100644 --- a/config.cfg.sample +++ b/config.cfg.sample @@ -15,7 +15,7 @@ LOC_trunk_dev= ### LOCAL WEBSERVER ### # Choose your local webserver. -# Default is "python" which is python's inbuilt http server that is available on most distributions +# Default is "python" which is python3's built-in http.server module (SimpleHTTP) that is available on most distributions # Use "lighttpd" if you want to use the Lighttpd webserver. This has to be configured manually (see guide) HTTPD=python