From df9c5b3a6ef9e80f928bd8112672f4fc0b4f065c Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Mon, 9 Mar 2026 00:00:51 +0100 Subject: [PATCH] fix well-know noc --- 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 763cafb..cca313e 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -36,7 +36,7 @@ in }; # RFC8805 new location "/.well-known/loc/" = { - root = "/srv/http/noc/"; + alias = "/srv/http/noc/"; }; "= /.well-known/security.txt" = { alias = "/srv/http/security.txt";