redirect hydra.nixos.org to new server
svn path=/configurations/trunk/tud/; revision=25164
Rob Vermaas committed
Dec 17, 2010 at 08:00 UTC
bd491259cfc13c6f36b0ea4d3faaf0e2f4756607
1 file changed
+5
-5
cartman.nix
+5
-5
@@ -352,12 +352,12 @@ rec {
352
353
ProxyRequests Off
354
ProxyPreserveHost On
355
- ProxyPass / http://hydra:3000/ retry=5
356
- ProxyPassReverse / http://hydra:3000/
355
+ ProxyPass / http://lucifer:3000/ retry=5
356
+ ProxyPassReverse / http://lucifer:3000/
357
'';
358
}
359
360
- { hostName = "hydra-test.nixos.org";
360
+ { hostName = "hydra-old.nixos.org";
361
extraConfig = ''
362
<Proxy *>
363
Order deny,allow
@@ -366,8 +366,8 @@ rec {
366
367
ProxyRequests Off
368
ProxyPreserveHost On
369
- ProxyPass / http://hydra:3001/ retry=5
370
- ProxyPassReverse / http://hydra:3001/
369
+ ProxyPass / http://hydra:3000/ retry=5
370
+ ProxyPassReverse / http://hydra:3000/
371
'';
372
}
373