Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: e5af203a8719
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6a0a12a92163
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 26, 2018

  1. nginx: use a compression level of 5 in recommended configuration

    While there is little gain of space to use a compression level of 9,
    the CPU usage is significant. Many experiments point to use something
    between 4 and 6. For example:
    
     - https://mjanja.ch/2015/03/finding-the-nginx-gzip_comp_level-sweet-spot/
     - https://github.com/h5bp/server-configs-nginx/blob/3bda5b93edba147d51760e900c2079828a7dc274/nginx.conf#L93
    vincentbernat committed Aug 26, 2018
    Copy the full SHA
    06a5fb2 View commit details
    Browse the repository at this point in the history
  2. nginx: add more gzipped MIME types

    The additions are:
    
     - image/svg+xml for SVG images
     - application/atom+xml for Atom feeds
    
    These types are also present in mime.types. For better readability,
    the list is sorted and formatted with one type per line.
    vincentbernat committed Aug 26, 2018
    Copy the full SHA
    bd075eb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Merge pull request #45659 from vincentbernat/fix/nginx-gzip

    Small nginx tweaks
    Mic92 committed Aug 28, 2018
    Copy the full SHA
    6a0a12a View commit details
    Browse the repository at this point in the history