diff options
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/default.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/default.conf b/conf/default.conf index 6e74bc6..730481d 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -51,8 +51,8 @@ straws_that_might_repair_failing_builds="$( ':with_build_support:clean_chroot:' )" -# where should dependency graphs be stored -graphs_directory='/srv/http/graphs' +# root directory of the webserver +webserver_directory='/srv/http' # possibly pull in custom modifications |