bundles/nginx: disable Federated Learning of Cohorts for all hosts
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ad5e628957
commit
6a88040826
2 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,8 @@ server {
|
|||
client_max_body_size 5M;
|
||||
% endif
|
||||
|
||||
add_header Permissions-Policy interest-cohort=();
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
alias /var/www/dehydrated;
|
||||
}
|
||||
|
|
|
@ -42,6 +42,7 @@ server {
|
|||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
% endif
|
||||
add_header Permissions-Policy interest-cohort=();
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
alias /var/lib/dehydrated/acme-challenges/;
|
||||
|
|
Loading…
Reference in a new issue