For serving static files, the following is used: `svr.set_base_dir("./folder1");` If I have `folder2` from which I also want to serve files, is it possible? I found [this example](https://stackoverflow.com/a/12648349) using express.js, and it is exactly what I want to do