Very extensive, thanks!
getting error nodebb adress already in use
-
i have installed nodebb on my ip and works perfectly but while adding my domain name in config.json file as base url i m getting this error
error nodebb adress already in use.exting... -
@vivek-tailor Try running ./nodebb stop then ./nodebb start - Your forum may already still be running.
-
not really works i did stop nodebb before doing this also reboot my server after doing this
-
You can check to see if nodebb is running with
ps -ewwo pid,args | grep nodebb
. -
-
@vivek-tailor What port is your NodeBB set up to run on?
-
@julian port 80
-
@vivek-tailor Yeah, then you've got something else listening on port 80, so NodeBB can't take that port. Try 4567, and use a reverse proxy (like nginx or apache) to proxy requests on port 80 to 4567.
-
nothing is listening on port 80 except my nodebb ip.