Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
https://medium.com/@hariomvashisth/set-up-nginx-as-a-reverse-proxy-server-for-pm2-on-ubuntu-16-04-511764150e7
@c3do
but, why http://domainname.com -> redirect to http://www.domainname.com/ -> and work ? is this normal nginx behavior because the domain is not configured yet?
It's normal 🙂
@michaeltcoelho said in Not asked to input admin username and password on ./setup:
29/9 12:36:48 [238] - info: [build] plugin static dirs build completed in 4.017sec Killed
Looks like the build is killed, possibly due to not having enough memory, try setting some swap and try again.
SOLVED
Few permission modifications required:
It Works!
sudo chown -R $USER:$GROUPS NodeBB/
sudo chmod -R 770 build/
@Kowlin some of their tutorials are confusing but some I've found to be excellent. I think it depends on the tutor perhaps?
G
@dravere Thankyou. That worked. Configuring my forum now. NodeBB looks solid. Will update when it is live.