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
This commit is contained in:
Valentin Conrad
2021-07-09 10:50:25 +02:00
committed by GitHub
parent f29159e2e8
commit ceef268c4b
@@ -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;