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: a99c2556f437
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: aff0725a7d51
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 29, 2017

  1. nixos/lighttpd: update list of allowed module names

    * mod_dirlisting is auto-loaded by lighttpd and should not be explicitly
      loaded in the configuration file.
    * The rest comes from looking at "ls -1 $lighttpd/lib/*.so" when
      lighttpd is built with "enableMagnet" and "enableMysql".
    bjornfor committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    b339e6e View commit details
    Browse the repository at this point in the history
  2. lighttpd: install configuration examples

    Place them in $out/share/lighttpd/doc/config/.
    
    Most importantly, this includes a complete set of mime types in the
    $out/share/lighttpd/doc/config/conf.d/mime.conf file. The plan is to use
    that file in the NixOS lighttpd module.
    bjornfor committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    a65d8d3 View commit details
    Browse the repository at this point in the history
  3. nixos/lighttpd: add enableUpstreamMimeTypes option

    enableUpstreamMimeTypes controls whether to include the list of mime
    types bundled with lighttpd (upstream). This option is enabled by
    default and gives a much more complete mime type list than we currently
    have. If you disable this, no mime types will be added by NixOS and you
    will have to add your own mime types in services.lighttpd.extraConfig.
    bjornfor committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    aff0725 View commit details
    Browse the repository at this point in the history