Fixes and updates.
This commit is contained in:
@@ -22,8 +22,3 @@ if (!process.env.MAIL_URL) {
|
||||
// console.log("Mail settings: " + process.env.MAIL_URL);
|
||||
|
||||
if(Meteor.log) Meteor.log.info("Server Started");
|
||||
|
||||
WebApp.rawConnectHandlers.use('/', function(req, res, next) {
|
||||
res.setHeader('cache-control', 'no-cache');
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user