Moved to new domain how do i update nodebb domain name?
-
hmm .. i think the requirements are a minimum nginx version of 1.3.13
-
rofl
"port": "27017", "username": "DONT", "password": "HACKME", "database": "IMLOOKINGATYOUPSYCHOBUNNY"
-
Just removed, however i have found something. if i login, i can access the admin panel - Good + Forum loads fine = good
However,
http://puu.sh/6wvBH.pngbut im logged in
-
Good, now we're getting somewhere -- it looks like Web Sockets is not working, possibly because the proxy configuration is not correct.
Is your NodeBB hosted on the same machine as the nginx server? If so, you can change the
upstream
portion to this:upstream nodebb { server 127.0.0.1:8020; }
Also not sure if
"bind_address": "5.135.106.27",
needs to be set, you could leave it as0.0.0.0
and see what happens.
Copyright © 2024 NodeBB | Contributors