summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-09 14:52:47 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-09 14:52:47 +0200
commitec377219bf6ac78d155db06b0ebc3ad7fe5a5b60 (patch)
treeff59eeec53be1227d752bf4fa3a38e24317713a5
parent1c3cc096c8902088c92eacd1df4df0efa128a167 (diff)
downloadjenkins.debian.net-ec377219bf6ac78d155db06b0ebc3ad7fe5a5b60.tar.xz
add 'AddDefaultCharset utf-8' to all virtual hosts, thanks Santiago
-rw-r--r--hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
index 8ef4ddaf..190eb2ed 100644
--- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
+++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
@@ -96,6 +96,7 @@ Use common-debian-service-https-redirect reproducible-builds.org
SSLCertificateFile /etc/apache2/ssl/jenkins.debian.net.pem
DocumentRoot /var/www
+ AddDefaultCharset utf-8
# allow certain params only from alioth (token is used to trigger builds)
RewriteCond %{REMOTE_ADDR} !5\.153\.231\.21
@@ -158,6 +159,7 @@ Use common-debian-service-https-redirect reproducible-builds.org
SSLCertificateFile /etc/apache2/ssl/reproducible.debian.net.pem
DocumentRoot /var/lib/jenkins/userContent/reproducible
+ AddDefaultCharset utf-8
<Directory /var/lib/jenkins/userContent/reproducible/artifacts>
HeaderName .HEADER.html
@@ -307,6 +309,7 @@ Use common-debian-service-https-redirect reproducible-builds.org
SSLCertificateFile /etc/apache2/ssl/reproducible-builds.org.pem
DocumentRoot /var/lib/jenkins/userContent/reproducible
+ AddDefaultCharset utf-8
# redirects reproducible-builds.org to https://reproducible.debian.net except for /specs/ and /howto/
RewriteCond %{HTTP_HOST} reproducible-builds\.org