Branch: refs/heads/release-14.12
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6f88c6c21024af48e687fad9870225fe7bed498a
      
https://github.com/NixOS/nixpkgs/commit/6f88c6c21024af48e687fad9870225fe7bed498a
  Author: Eelco Dolstra <[email protected]>
  Date:   2015-07-09 (Thu, 09 Jul 2015)

  Changed paths:
    M nixos/modules/services/web-servers/apache-httpd/default.nix

  Log Message:
  -----------
  apache-httpd: Don't set default content encodings

In general, you don't want a .tar.gz file to be served with
"Content-Encoding: x-gzip", because this causes browsers (like Chrome
or "curl --compressed") to decompress the file on the fly. So you end
up with a .tar rather than .tar.gz file, which is unexpected.

If people want such encodings, they should set them in their own NixOS
configuration.

(cherry picked from commit 9fa19cfcea4ed163f96eeaa5c9c103ad099bea18)


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to