regaring running nodebb
-
When I am running on http://sample.com:8080, nodebb is opening
but if I am writing http://sample.com:4567 , nodebb not get opened.This site can’t be reached
www.sample.com took too long to respond.
Search Google for sample 4567
ERR_CONNECTION_TIMED_OUT -
This is my config.json :
{
"url": "http://sample.com",
"secret": "samplescret",
"database": "mongo",
"port": 4567,
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "nodebb",
"password": "pwd",
"database": "nodebb"
},
"type": "literal" -
These settings are in your proxy, either nginx or apache.
-
@abhinov-singh If you are using Nginx on Ubuntu, the configuration files or symlinks (including ports, etc.) are at /etc/nginx/sites-enabled/
See also which ports are left open by your firewalls (server, PC).