backyard: fix catacomb server file serving
This commit is contained in:
parent
96259b6714
commit
6b6ca51424
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue