@cryptotaxi247 / infra / commits / 8e18c6b7

Use Apache 2.4, 2.2 has been removed from NixOS 17.03

Eelco Dolstra committed Apr 3, 2017 at 11:57 UTC 8e18c6b731762f0d7f77445864b57d1284ca72cf
1 file changed +1 -2
delft/delft-webserver.nix
+1 -2
@@ -60,13 +60,12 @@ in
60 services = {
61
62 httpd = {
63 - package = pkgs.apacheHttpd_2_2;
63 enable = true;
64 logPerVirtualHost = true;
65 adminAddr = "e.dolstra@tudelft.nl";
66 hostName = "localhost";
67
69 - extraModules = [ "deflate" "cache" "disk_cache" ];
68 + extraModules = [ "deflate" ];
69
70 extraConfig =
71 ''