From cbb12c73e7553f7b3a8d298923594c4b23a04881 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Wed, 25 Feb 2026 00:49:28 +0100 Subject: [PATCH] fix path --- hosts/www/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/www/nginx.nix b/hosts/www/nginx.nix index 699fd3d..c3ce108 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -33,7 +33,7 @@ in "/.well-known/loc/" = { root = "/srv/http/noc/"; }; - "/.well-known/security.txt" = { + "= /.well-known/security.txt" = { alias = "/srv/http/security.txt"; extraConfig = '' default_type text/plain;