Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: cbaaba7a2025
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: eb8080d979b5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 17, 2020

  1. nixos/nextcloud: update nginx config

    This patch ensures that latest Nextcloud works flawlessly again on our
    `nginx`. The new config is mostly based on upstream recommendations
    (again)[1]:
    
    * Trying to access internals now results in a 404.
    * All `.php`-routes get properly resolved now.
    * Removed 404/403 handling from `nginx` as the app itself takes care of
      this. Also, this breaks the `/ocs`-API.
    * `.woff2?`-files expire later than other assets like images.
    
    Closes #95293
    
    [1] https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html
    
    (cherry picked from commit 42f6244)
    Ma27 committed Aug 17, 2020
    Copy the full SHA
    eb8080d View commit details
    Browse the repository at this point in the history