From e295d84b117396f72e2d9c80b58b2646cd0a0d51 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 21 Jul 2026 12:48:19 +0100 Subject: [PATCH] nginx: fix gixy add_header warning on homepage-updates.local --- services/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nginx.nix b/services/nginx.nix index cea9fad..78759de 100644 --- a/services/nginx.nix +++ b/services/nginx.nix @@ -146,7 +146,7 @@ in extraConfig = '' default_type application/json; add_header Access-Control-Allow-Origin *; - ''; + '' + securityHeaders; }; }; };