diff --git a/src/bin/express.js b/src/bin/express.js index fee9156..94050ee 100644 --- a/src/bin/express.js +++ b/src/bin/express.js @@ -98,11 +98,12 @@ app.get('/robots.txt', function(req, res) { }); + + // -- We don't want to serve sessions for static resources // -- Save database write on every resources app.use(compress()); app.use(express.static(config.root + '/public')); - app.use( morgan('combined', { stream: requestLogStream, diff --git a/src/fonts/tr.ttf b/src/fonts/tr.ttf new file mode 100644 index 0000000..7a53e94 Binary files /dev/null and b/src/fonts/tr.ttf differ diff --git a/src/fonts/wanghanzong.ttf b/src/fonts/wanghanzong.ttf new file mode 100644 index 0000000..0557845 Binary files /dev/null and b/src/fonts/wanghanzong.ttf differ