diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-27 18:13:15 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-27 18:13:15 +0100 |
commit | 5ed98aaec539028857e5aaded41f2adaed003108 (patch) | |
tree | 4d8f5132abd55414870cfc13bf65c5234e0e376e /etc/apache2 | |
parent | 11688ca072b830c5c51434cc8148d41fa6a46280 (diff) | |
download | jenkins.debian.net-5ed98aaec539028857e5aaded41f2adaed003108.tar.xz |
sites-available: properly configure proxy-pass for server-status
Diffstat (limited to 'etc/apache2')
-rw-r--r-- | etc/apache2/sites-available/jenkins.debian.net | 3 |
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 |