nextcloud: remove expires header

nextcloud default nginx config did not include the expires config
see: https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html
wip/nixpkgs-raku
Valentin Conrad 3 years ago committed by GitHub
parent f29159e2e8
commit ceef268c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      nixos/modules/services/web-apps/nextcloud.nix

@ -701,7 +701,6 @@ in {
};
extraConfig = ''
index index.php index.html /index.php$request_uri;
expires 1m;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none;

Loading…
Cancel
Save