summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-27 18:13:15 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-27 18:13:15 +0100
commit5ed98aaec539028857e5aaded41f2adaed003108 (patch)
tree4d8f5132abd55414870cfc13bf65c5234e0e376e /etc
parent11688ca072b830c5c51434cc8148d41fa6a46280 (diff)
downloadjenkins.debian.net-5ed98aaec539028857e5aaded41f2adaed003108.tar.xz
sites-available: properly configure proxy-pass for server-status
Diffstat (limited to 'etc')
-rw-r--r--etc/apache2/sites-available/jenkins.debian.net3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net
index b3f93acc..27498dbc 100644
--- a/etc/apache2/sites-available/jenkins.debian.net
+++ b/etc/apache2/sites-available/jenkins.debian.net
@@ -37,8 +37,9 @@ NameVirtualHost *:80
ProxyPreserveHost on
AllowEncodedSlashes NoDecode
ProxyPass /d-i-preseed-cfgs/ http://localhost:8080/userContent/d-i-preseed-cfgs/
+ ProxyPass /server-status !
ProxyPass / http://localhost:8080/
- ProxyPassReverse / http://localhost:8080/ nocanon
+ ProxyPassReverse / http://localhost:8080/ nocanon
ErrorLog ${APACHE_LOG_DIR}/error.log