We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configs.json
Hi there, thanks for this neat project.
It'd be nice if we could configure the host used by http.CreateServer. To this end I've added server.listen(port, 'localhost'); in my fork, but that's hackier than official config-based support.
http.CreateServer
server.listen(port, 'localhost');
The text was updated successfully, but these errors were encountered:
- Added host config option (#38)
host
1e2b01c
- Added support for HOST envvar
Added in v1.10.0
Sorry, something went wrong.
No branches or pull requests
Hi there, thanks for this neat project.
It'd be nice if we could configure the host used by
http.CreateServer
. To this end I've addedserver.listen(port, 'localhost');
in my fork, but that's hackier than official config-based support.The text was updated successfully, but these errors were encountered: