After installing Erlang Web 1.3 and running it interactively, I get the following error in the logs:
The service failed to start: "Configurations / inets.conf"
because of: "httpd_conf: 0.0.0.0 is an invalid address"
In my inets.conf, I have the following:
BindAddress 0.0.0.0
My sys.config:
[{inets,[{services,[{httpd,"config/inets.conf"}]}]}].
Any suggestion?
source
share