Merge pull request #131219 from NixOS/backport-129732-to-release-21.05

[Backport release-21.05] nextcloud: remove expires header
This commit is contained in:
Maximilian Bosch 2021-07-23 13:02:58 +02:00 committed by GitHub
commit b5ac68f7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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;