From 81769e9553930756241ccc6f360bff089eb1d169 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Aug 2017 11:34:47 +0200 Subject: new config variable "webserver_directory" replaces "graphs_directory" --- conf/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') 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 -- cgit v1.2.3