fu google

This commit is contained in:
Daniel Frank 2021-05-01 18:42:06 +02:00
commit b05d227a04
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
3 changed files with 17 additions and 8 deletions

View file

@ -13,12 +13,14 @@ in
root = "${hopglass-fe}";
extraConfig = ''
access_log off;
add_header Permissions-Policy "interest-cohort=()" always;
'';
locations."/" = {
extraConfig = ''
index index.html;
etag off;
add_header etag "\"${builtins.substring 11 32 hopglass-fe}\"";
add_header Permissions-Policy "interest-cohort=()" always;
'';
};
};