Skip to content
New issue

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

WebServer can't listen on 127.0.0.1 #195

Open
nmingotti opened this issue Aug 14, 2021 · 0 comments
Open

WebServer can't listen on 127.0.0.1 #195

nmingotti opened this issue Aug 14, 2021 · 0 comments

Comments

@nmingotti
Copy link
Contributor

This problem was sent to the mailing list on 8-Aug-2021. It is here not to be forgotten.

[A] This works

wSer _ (WebServer reset default) listenOn: 3001.

[B] This doesn't work

wSer _ (WebServer reset default) listenOn: 3001 interface: #(127 0 0 1).

It is important to have [B] working because usually web servers are made to listen only locally
and the public access is managed by a specialized software as nginx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant