Adding option --web-root (Issue #2419)

This commit is contained in:
Miroslav Stampar
2017-03-01 10:07:26 +01:00
parent a35c976759
commit 78ca371162
6 changed files with 17 additions and 6 deletions

View File

@@ -790,6 +790,9 @@ smart = False
# Local directory for storing temporary files.
tmpDir =
# Web server document root directory (e.g. "/var/www").
webRoot =
# Simple wizard interface for beginner users.
# Valid: True or False
wizard = False