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: 4e2b0fe83375
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a153452e54c6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 15, 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
    Ma27 committed Aug 15, 2020
    Copy the full SHA
    42f6244 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

    nixos/nextcloud: update nginx config
    mweinelt committed Aug 17, 2020
    Copy the full SHA
    a153452 View commit details
    Browse the repository at this point in the history