diff options
author | Jérémy Bobbio <lunar@debian.org> | 2015-10-31 19:14:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-31 12:32:01 -0600 |
commit | b32118218c89ad429ef26fa03ed16d55069728ac (patch) | |
tree | 650be67997a0f09fd27842bfe50e75d77a1b9285 /hosts/jenkins/etc | |
parent | 611a957c04036dab6da98b91f69304ad7d4cd537 (diff) | |
download | jenkins.debian.net-b32118218c89ad429ef26fa03ed16d55069728ac.tar.xz |
Setup reproducible-builds.org website
Diffstat (limited to 'hosts/jenkins/etc')
-rw-r--r-- | hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net index f3218582..0776c7e9 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net @@ -314,17 +314,11 @@ Use common-debian-service-https-redirect reproducible-builds.org Use common-directives reproducible-builds.org startcom.crt SSLCertificateFile /etc/apache2/ssl/reproducible-builds.org.pem - DocumentRoot /var/lib/jenkins/userContent/reproducible + DocumentRoot /srv/reproducible-builds.org/www AddDefaultCharset utf-8 - # redirects reproducible-builds.org to https://reproducible.debian.net except for /specs/ and /howto/ - RewriteCond %{HTTP_HOST} reproducible-builds\.org - RewriteCond %{REQUEST_URI} !^/specs($|/) - RewriteCond %{REQUEST_URI} !^/howto($|/) - RewriteRule ^/?(.*) https://reproducible.debian.net/$1 [R=301,L] - - <Proxy *> - Require all granted - </Proxy> + Alias /website.git /srv/reproducible-builds.org/git/website.git + Alias /specs /var/lib/jenkins/userContent/reproducible/specs + Alias /howto /var/lib/jenkins/userContent/reproducible/howto </VirtualHost> |