diff options
author | stuebinm | 2023-03-05 22:47:21 +0100 |
---|---|---|
committer | stuebinm | 2023-03-05 22:47:21 +0100 |
commit | 3ec7bc623a720d4b958b12615fae34efcb3a260c (patch) | |
tree | 41920753884243934da06154b5481420e4edf37f /flora/services | |
parent | 9f0a5397f02bee5aec24395bfd7e26b5ea577991 (diff) |
fix things & make some others simpler, also ipv6 🎉
Diffstat (limited to '')
-rw-r--r-- | flora/services/nginx.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/flora/services/nginx.nix b/flora/services/nginx.nix index bbcacb7..fbbff73 100644 --- a/flora/services/nginx.nix +++ b/flora/services/nginx.nix @@ -9,9 +9,5 @@ recommendedOptimisation = true; recommendedTlsSettings = true; recommendedProxySettings = true; - - appendHttpConfig = '' - add_header Permissions-Policy "interest-cohort=()"; - ''; }; } |