From 6a23fdc3f24ef774bf6b50ae65f11d16ba36b627 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Fri, 13 Feb 2026 23:13:13 +0100 Subject: [PATCH] final fixes --- hosts/www/nginx.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/www/nginx.nix b/hosts/www/nginx.nix index 8c09315..40b60fe 100644 --- a/hosts/www/nginx.nix +++ b/hosts/www/nginx.nix @@ -23,11 +23,11 @@ in tryFiles = "$uri $uri/ $uri.html =404"; }; # RFC8805 - "/noc" = { + "/noc/" = { alias = "/srv/http/noc/"; }; # RFC8805 new location - ".well-known/loc" = { + ".well-known/loc/" = { root = "/srv/http/noc/"; }; "/twentyyears/" = {