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