Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/nextcloud: fix nginx-config for Nextcloud 19 and older #97666

Merged
merged 1 commit into from Oct 4, 2020

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