Merge pull request #129732 from nivadis/patch-2

nextcloud: remove expires header
This commit is contained in:
Maximilian Bosch
2021-07-23 12:29:52 +02:00
committed by GitHub
@@ -699,7 +699,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;