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/" = {