You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
I am working on a VM and I wanted to access iye from main main machine. I usually NAT my webapplications to a port on the mother ship. However Rack nowadays only binds to 127.0.0.1 instead of 0.0.0.0 thus it is not available to the outside.
I monkeypatched app.rb to look like that: Rack::Server.start :app => Web, :Host => '0.0.0.0', :Port => 5050
to get it working
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am working on a VM and I wanted to access iye from main main machine. I usually NAT my webapplications to a port on the mother ship. However Rack nowadays only binds to 127.0.0.1 instead of 0.0.0.0 thus it is not available to the outside.
I monkeypatched app.rb to look like that:
Rack::Server.start :app => Web, :Host => '0.0.0.0', :Port => 5050
to get it working
The text was updated successfully, but these errors were encountered: