Comment to 'Jot Server Config and SSL Questions'
  • Hello @OneEagle !

    In common case it should be following set of the commands, under your SSH account:

    1) cd /opt/jot/

    2) forever stop app.js

    3) forever -w --watchDirectory=/var/cpanel/ssl/apache_tls/[your site URL] start app.js

    It might have differences in every certain case.