Are you sure it's the start that's not finishing and not your automation?
This may not work but could be worth looking into.
cd /home/nestor/nodebb ./nodebb stop ./nodebb start exit 0Hello,
I'm trying to install NodeBB on https://myip/community.
My current configs are as follows:
/etc/nginx/sites-available/nodebb:
/var/www/html/nodebb/config.json:
http://pastebin.com/R05aBann
However the only way to access my nodebb installation is using http://128.199.228.155:4567/community/
and not
https://128.199.228.155/community
Thanks!
First of all your NGINX config is incorrect. You want to access the forum under /community, but are using /forum in it.
This is a simplified version of my NGINX config:
And here my config.json: