1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-18 10:23:05 +02:00

better config file explanation

This commit is contained in:
2016-12-15 18:20:34 +01:00
parent 95d54d1884
commit 4310529ed8

View File

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