@dave1904 I typically use VSCode these days. Does what I want in the sense that it has decent syntax checking, plus a wealth of plugins etc. Its also cross platform so I can switch between windows and Linux easily.
NodeBB installation in a directory
-
Hello,
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/R05aBannHowever the only way to access my nodebb installation is using http://128.199.228.155:4567/community/
and not
https://128.199.228.155/communityThanks!
-
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: