diff --git a/machine/backyard/default.nix b/machine/backyard/default.nix index b5164b7..9319139 100644 --- a/machine/backyard/default.nix +++ b/machine/backyard/default.nix @@ -65,7 +65,10 @@ listen = [ { addr = "10.22.20.8"; port = 7476; } ]; - locations."/".tryFiles = "\$uri @indexer"; + locations."/" = { + root = "/pool/tvb"; + tryFiles = "\$uri @indexer"; + }; locations."@indexer".proxyPass = "http://localhost:5000"; }; };