summaryrefslogtreecommitdiff
path: root/hosts/flora/services/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/flora/services/nginx.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/hosts/flora/services/nginx.nix b/hosts/flora/services/nginx.nix
index 5d21a14..bbcacb7 100644
--- a/hosts/flora/services/nginx.nix
+++ b/hosts/flora/services/nginx.nix
@@ -9,13 +9,9 @@
recommendedOptimisation = true;
recommendedTlsSettings = true;
recommendedProxySettings = true;
-
- # virtualHosts = {
- # "stuebinm.eu" = {
- # forceSSL = true;
- # enableACME = true;
- # root = "/var/www/stats";
- # };
- # };
+
+ appendHttpConfig = ''
+ add_header Permissions-Policy "interest-cohort=()";
+ '';
};
}