svn path=/configurations/trunk/tud/; revision=11489
svn path=/configurations/trunk/tud/; revision=11489
Eelco Dolstra committed
Apr 8, 2008 at 13:36 UTC
500c771efddf83754a8cd2f76784fbc190e4b6d3
1 file changed
+8
cartman.nix
+8
@@ -244,6 +244,14 @@ rec {
244
};
245
}
246
];
247
+ servedDirs = [
248
+ { urlPath = "/releases/css"; # legacy; old releases point here
249
+ dir = /etc/nixos/services/dist-manager/files/css;
250
+ }
251
+ { urlPath = "/releases";
252
+ dir = "/data/webserver/dist";
253
+ }
254
+ ];
255
}
256
257
{ hostName = "strategoxt.org";