1
1
Fork 0

backyard: fix catacomb server file serving

This commit is contained in:
Tim Van Baak 2024-05-10 14:26:46 +00:00
parent 96259b6714
commit 6b6ca51424
1 changed files with 4 additions and 1 deletions

View File

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