From 89c1ea62c7f5c5bd4ba128402ab39c68c60b2fe6 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Mon, 23 Mar 2020 00:33:34 +0100 Subject: [PATCH] Add GitWeb header. --- buster/etc_files/website/etc/gitweb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buster/etc_files/website/etc/gitweb.conf b/buster/etc_files/website/etc/gitweb.conf index 70bfa2d..88dea47 100644 --- a/buster/etc_files/website/etc/gitweb.conf +++ b/buster/etc_files/website/etc/gitweb.conf @@ -19,4 +19,4 @@ $git_temp = "/tmp"; $feature{'snapshot'}{'default'} = ['zip', 'tgz']; # insert header for GDPR compliance -#$site_header = "/var/www/header.html" +$site_header = "/var/www/header.html" -- 2.30.2