mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
Merge pull request #129732 from nivadis/patch-2
nextcloud: remove expires header
This commit is contained in:
commit
ccd348f846
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue