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: b5267963ce7c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 08cc63b20b96
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 10, 2020

  1. nixos/nextcloud: fix nginx-config for Nextcloud 19 and older

    It seems as I misconfigured `nginx` for certain cases such as the
    `ldap`-plugin[1] in 42f6244. This patch
    fixes the `nginx`-config to match the upstream recommendations[2].
    
    Also added a comment to the module to remind myself to ensure that
    `nginx` will work with both v19 and v20 as soon as the latter is
    released and can be packaged in `nixpkgs`.
    
    Co-authored-by: nivadis <nivadis@users.noreply.github.com>
    
    [1] nextcloud/server#16194 (comment)
    [2] https://docs.nextcloud.com/server/19/admin_manual/installation/nginx.html
    Ma27 committed Sep 10, 2020
    Copy the full SHA
    8d8871c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Merge pull request #97666 from Ma27/nextcloud-nginx

    nixos/nextcloud: fix `nginx`-config for Nextcloud 19 and older
    Ma27 committed Oct 4, 2020
    Copy the full SHA
    08cc63b View commit details
    Browse the repository at this point in the history