* Bump the Hydra timeout a bit.
svn path=/configurations/trunk/tud/; revision=32810
Eelco Dolstra committed
Mar 6, 2012 at 09:41 UTC
88f1a1d90a4f445064a6d67777181371bf0ab9e2
1 file changed
+17
cartman.nix
+17
@@ -446,6 +446,8 @@ rec {
446
{ hostName = "hydra.nixos.org";
447
logFormat = ''"%h %l %u %t \"%r\" %>s %b %D"'';
448
extraConfig = ''
449
+ TimeOut 900
450
+
451
<Proxy *>
452
Order deny,allow
453
Allow from all
@@ -467,6 +469,21 @@ rec {
469
'';
470
}
471
472
+ { hostName = "hydra-test.nixos.org";
473
+ logFormat = ''"%h %l %u %t \"%r\" %>s %b %D"'';
474
+ extraConfig = ''
475
+ <Proxy *>
476
+ Order deny,allow
477
+ Allow from all
478
+ </Proxy>
479
+
480
+ ProxyRequests Off
481
+ ProxyPreserveHost On
482
+ ProxyPass / http://lucifer:4000/ retry=5
483
+ ProxyPassReverse / http://lucifer:4000/
484
+ '';
485
+ }
486
+
487
{ hostName = "hydra-ubuntu.nixos.org";
488
extraConfig = ''
489
<Proxy *>