Can't access nodebb on EC2
-
Hi, I have installed redis and nodebb on my EC2 instance, but after bounce with "node app" (NodeBB Ready) I cannot access the home page with http://<EC2 instance public ip>:4567. Is there anything that I missed? thx
EC2 instance:
config.json:
{
"base_url": "http://54.165.184.64",
"port": "4567",
"secret": "3d0786c5-ec36-4b28-b0aa-b910f58907a0",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"use_port": true,
"relative_path": ""
}
Copyright © 2024 NodeBB | Contributors