Nodebb not loading
-
Installing Nodebb went smooth but it is not loading when I try to access the host url. What went wrong?
Please see installation video https://drive.google.com/file/d/19xS2lOYAkNb-n7iknDGkQvoRr2quJjDN/view?usp=drive_link -
@julian The sites enable was empty. Once I added the file from the files available it worked.
One more question: During the Nodebb setup can I put the url to access Nodebb as https://myforum.com or using http://myforum.com is a must? And how can I enforce nginx to show my site as https://www.myforum.com?
Thank you. -
-
Julian said
config.json
, notconfig.js
.config.json
lives at the root of your NodeBB install, not insrc
.https vs http is decided in nginx. Generally we tell people to set up redirects from http to https and from
www.
to your canonical domain name. -
@Cannybird what have you tried? Share your nginx config.