Files
nixpkgs/pkgs/servers/http
zimbatm eac89788da apacheHttpd: add support for HTTP/2
In NixOS you can enable HTTP/2 like this:

    services.httpd.extraModules = [ "http2" ];
    services.httpd.extraConfig = ''
      Protocols h2 http/1.1
    '';
2016-03-12 15:31:23 +00:00
..
2015-11-19 14:51:14 +01:00
2015-11-11 08:31:56 +01:00
2015-06-10 13:00:42 +02:00
2015-09-29 10:41:26 +02:00
2015-09-16 07:46:34 +02:00
2015-05-28 03:16:46 +00:00
2016-01-17 22:44:48 -05:00
2015-11-28 14:24:21 +00:00
2014-11-11 14:36:34 +01:00
2015-08-05 10:29:47 +02:00