* Add ipv6.nixos.org as a vhost alias for nixos.org.
svn path=/configurations/trunk/tud/; revision=26208
Eelco Dolstra committed
Mar 8, 2011 at 14:27 UTC
b742533be5ee030d3aea8570eea8d8c415ca92d0
1 file changed
+4
-3
cartman.nix
+4
-3
@@ -294,6 +294,7 @@ rec {
294
}
295
296
{ hostName = "nixos.org";
297
+ serverAliases = [ "ipv6.nixos.org" ];
298
documentRoot = "/home/eelco/nix-homepage";
299
servedDirs = [
300
{ urlPath = "/tarballs";
@@ -357,7 +358,7 @@ rec {
358
'';
359
}
360
360
- { hostName = "hydra-old.nixos.org";
361
+ { hostName = "hydra-ubuntu.nixos.org";
362
extraConfig = ''
363
<Proxy *>
364
Order deny,allow
@@ -366,8 +367,8 @@ rec {
367
368
ProxyRequests Off
369
ProxyPreserveHost On
369
- ProxyPass / http://hydra:3000/ retry=5
370
- ProxyPassReverse / http://hydra:3000/
370
+ ProxyPass / http://meerkat:3000/ retry=5
371
+ ProxyPassReverse / http://meerkat:3000/
372
'';
373
}
374