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 (cherry picked from commit ceef268c4b8cca80bd8c9b73bc2b323be13e0970)
This commit is contained in:
parent
54ed469293
commit
6a09c14a33
|
@ -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…
Reference in New Issue