Is it possible that cppcms internal webserver can
listen on hosts other than localhosts?
for example:
if I run my app:
./mb -c config.js
what I see is I am just able to communicate to it by
127.0.0.1:8080/mb
localhost:8080/mb
its not accessible by any other hosts on which its running, like
202.123.203.123:8080/mb
even if I add the entry into config.js under service:
"host" : "202.123.203.123" // or any other domain entries
its still the same, that the internal cppcms app is just
accessible by local only.
Is it built into cppcms by design? Or I am having some other configuration
issue?
For some testings, I was trying to access the cppcms app directly,
rather than configuring it directly on nginx.
Please let me know.
Best Regards,
Abhishek Kaushik
|