si.app.get('/forced', (req, res) => {
  si.log('express connection - sending html');
  res.sendFile(path.join(__dirname, 'si-forced.html'));
});