diff --git a/config.toml b/config.toml index d07187c..3303ea7 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,7 @@ # Serve files from this directory (Path must be absolute) # Use $WORKING_DIR to subsitute the current working directory -# So, if you want to server relative paths, use: +# So, if you want to serve relative paths, use: # $WORKING_DIR/relative/path # Paths should NOT end with a '/'! WEBROOT = '$WORKING_DIR' @@ -13,7 +13,7 @@ PASSWD_HASH = 'a3c1443b087cf5338d3696f6029fdf791ee4829a27e19c9f257a06ca0d88b5b51 # Sessions stay valid this many seconds, if inactive. Default: 600 (=10 minutes) SESSION_DURATION = 600 -# The port the webserver runs on +# The port the webserver runs on. Default: 443 (=https) WEBSERVER_PORT = 443 # SSL key and certificate (you have to generate these yourself!)