file path views/.xxx/aaa/xxx.txt ``` app.use(staticCache(path.join(__dirname, '/views'), { maxAge: 365 * 24 * 60 * 60, gzip:true, })) ``` i request localhost/.xxx/aaa/xxx.txt but not found.