fu google
This commit is contained in:
parent
cff35f130e
commit
b05d227a04
3 changed files with 17 additions and 8 deletions
|
@ -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;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue