diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-06-11 20:32:27 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-11 22:32:54 +0200 |
commit | bc960483ff6361270d852bb7981e65038f9986fe (patch) | |
tree | 3887a3e74b6de66ba77776c7d1f94871a5bcf976 /hosts | |
parent | 69515a26c9ddf8a045fcade5edbe059e32fe6ed5 (diff) | |
download | jenkins.debian.net-bc960483ff6361270d852bb7981e65038f9986fe.tar.xz |
reproducible debian: fixup 60ecd19 by applying the change to the right location
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf index d960d367..40b79a6d 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf @@ -180,7 +180,7 @@ Use common-debian-service-https-redirect reproducible-builds.org DocumentRoot /var/lib/jenkins/userContent/reproducible AddDefaultCharset utf-8 - <Directory /var/lib/jenkins/userContent/reproducible/artifacts> + <Directory /var/lib/jenkins/userContent/reproducible/debian/artifacts> HeaderName .HEADER.html </Directory> |