diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-07 15:19:10 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-07 15:19:10 +0200 |
commit | e75a5ab4ce1237e71af2a48b6360195b574f236f (patch) | |
tree | f98a4ea3555d6f0e3e18fde715e870838e4e1d81 /etc | |
parent | cf51293ad55b4486d1a04b8174bb9ac4b29d882b (diff) | |
download | jenkins.debian.net-e75a5ab4ce1237e71af2a48b6360195b574f236f.tar.xz |
preseed cfgs should also not be served by proxy
Diffstat (limited to 'etc')
-rw-r--r-- | etc/apache2/sites-available/jenkins.debian.net | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net index 8b61661d..a456432d 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -35,6 +35,7 @@ NameVirtualHost *:80 Allow from all </Proxy> ProxyPreserveHost on + ProxyPass /d-i-preseed-cfgs/ http://localhost:8080/userContent/d-i-preseed-cfgs/ ProxyPass / http://localhost:8080/ ErrorLog ${APACHE_LOG_DIR}/error.log |