mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
nginx: remove gzip_disable directive
IE6 is long gone and this directive is not useful anymore. We can spare a few CPU cycles (and maybe skip some bugs) by not trying to disable gzip for MSIE6.
This commit is contained in:
parent
a6753f767b
commit
cf3e491cef
2 changed files with 0 additions and 2 deletions
|
@ -94,7 +94,6 @@ let
|
|||
|
||||
${optionalString (cfg.recommendedGzipSettings) ''
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
gzip_proxied any;
|
||||
gzip_comp_level 5;
|
||||
gzip_types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue