* Vhost for planet.strategoxt.org.
svn path=/configurations/trunk/tud/; revision=11010
Eelco Dolstra committed
Mar 7, 2008 at 10:12 UTC
1c9b4f46ce3934bc62a8888e6f04893c0c3d5d3f
1 file changed
+5
cartman.nix
+5
@@ -362,6 +362,11 @@ rec {
362
];
363
}
364
365
+ { hostName = "planet.strategoxt.org";
366
+ serverAliases = ["planet.stratego.org"];
367
+ documentRoot = "/home/karltk/public_html/planet";
368
+ }
369
+
370
];
371
};
372
};