@cryptotaxi247 / infra / commits / acaf6eac

nixos.org: Use Apache 2.2

Eelco Dolstra committed Dec 15, 2014 at 14:38 UTC acaf6eac2cee7218c4afc98ec51c26e1f5c0549e
1 file changed +1
nixos-org/webserver.nix
+1
@@ -84,6 +84,7 @@ in
84 security.pam.enableSSHAgentAuth = true;
85
86 services.httpd = {
87 + package = pkgs.apacheHttpd_2_2;
88 enable = true;
89 #multiProcessingModule = "worker";
90 logPerVirtualHost = true;