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";