app.use(
    route.get('/robots.txt', function*(ctx, next) {
      try {
        const location = './robots.txt'
        const fstat = yield stat(location)