diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-09-12 16:13:43 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-12 18:15:16 +0200 |
commit | d8301d54e8f371cc7ce636129fa0957c81d698a5 (patch) | |
tree | 8da5018f1edf95613eb881979f41301cccb3ca38 /hosts | |
parent | 7a838542de6e9b180b23c4ad90b77c92099a6633 (diff) | |
download | jenkins.debian.net-d8301d54e8f371cc7ce636129fa0957c81d698a5.tar.xz |
apache: do not pass /munin-cgi to the jenkins webui in the backend
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net | 1 |
1 files changed, 1 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 290c224f..74690b1b 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net @@ -141,6 +141,7 @@ Use common-debian-service-https-redirect reproducible-builds.org AllowEncodedSlashes NoDecode # proxy everything but a few urls ProxyPass /munin ! + ProxyPass /munin-cgi ! ProxyPass /server-status ! ProxyPass /calamaris ! ProxyPass /robots.txt http://localhost:8080/userContent/robots.txt |