Add new homepage
Eelco Dolstra committed
Feb 18, 2014 at 11:01 UTC
a714abf4d4d22497315810d81b955bda35a70075
1 file changed
+4
-1
nixos-org/webserver.nix
+4
-1
@@ -7,7 +7,7 @@ let
7
nixosVHostConfig =
8
{ hostName = "nixos.org";
9
serverAliases = [ "test.nixos.org" "test2.nixos.org" "ipv6.nixos.org" "localhost" ];
10
- documentRoot = "/home/eelco/nix-homepage";
10
+ documentRoot = "/home/eelco/nixos-homepage";
11
enableUserDir = true;
12
servedDirs =
13
[ { urlPath = "/irc";
@@ -30,6 +30,9 @@ let
30
{ urlPath = "/nixos/manual";
31
dir = "/releases/channels/nixos-13.10/manual";
32
}
33
+ { urlPath = "/new";
34
+ dir = "/home/eelco/nixos-homepage-new";
35
+ }
36
];
37
38
extraConfig =