diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-12-12 14:34:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-12-12 14:34:14 +0100 |
commit | f3845465d97e8ce0fa0aca9b9182e838da99c753 (patch) | |
tree | 7aedba2363eec64ce4f2be2dbc33cc2541de53e0 /etc/apache2 | |
parent | 4e2ce8d93afca336e94ce13f4455ca655c618806 (diff) | |
download | jenkins.debian.net-f3845465d97e8ce0fa0aca9b9182e838da99c753.tar.xz |
it's _preseed.cfg now
Diffstat (limited to 'etc/apache2')
-rw-r--r-- | etc/apache2/sites-available/jenkins.debian.net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net index 3ef8db12..d329c049 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -43,7 +43,7 @@ ProxyPass /calamaris ! ProxyPass /robots.txt http://localhost:8080/userContent/robots.txt # map /d-i-preseed-cfgs to /UserContent/d-i-preseed-cfgs - ProxyPass /d-i-preseed-cfgs/ http://localhost:8080//userContent/d-i-preseed-cfgs/ + ProxyPass /d-i-preseed-cfgs/ http://localhost:8080/userContent/d-i-preseed-cfgs/ ProxyPass / http://localhost:8080/ |