I have run again ./nodebb setup , update the system , run in dev mode ...same problem .
The database is crashing , not loading the topics .
[image: hLiD21J.png]
I dont know ..is strange , i have update both forums , and nodebb.es , have this problem ....
@julian can you please help me with this ? i am stuck ..
@pichalite said:
@djcyry changing return 301 https://nodebb.es$request_uri; to return 301 https://www.nodebb.es$request_uri; should do it I think
I have change it , not redirect .
@pichalite said:
@djcyry You don't have to modify the theme for that. You can add the CSS in the custom CSS section in ACP.
Its easy for me , because i use mozzila+firebug
@Peter-Zoltan-Keresztes said:
@djcyry You need to activate it first. Then reload the the NodeBB from Dashboard -> reload the browser. Then configure then in the Social Authentication section.
Its done , i have activate it with the keys and then reload/restart . thanks
@djcyry you don't have to change proxy_pass http://127.0.0.1:4567 to add your IP... leave it as it is
if you add the server block in a .conf file under /etc/nginx/conf.d, then you don't need to add it in /etc/nginx/sites-available/default and
/etc/nginx/sites-enabled/default
@djcyry Apache can work too with reverse proxy's if you feel more comfortable with that. Its also documented in the current NodeBB documentation. So long you host the 2 NodeBB forums on different ports it will work without any problems.
Hello nodeBB ,
I have a question :
Right now i have a vps server :
OS : Ubuntu 14.04 LTS with Plesk panel .
6 vCores
8 GB + 4GB ram burst
200 GB SSD
100 Mbit/s
On this vps server i have another 10 websites wich all runs apache-mysql-plesk .
The question is :
Can i install nodeBB on this server without any problem for other sites ?
Thanks