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

fix vagrant connection issue #12180

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Conversation

shrft
Copy link
Contributor

@shrft shrft commented Oct 17, 2019

This PR fixes the vagrant connection issue below.

when executing command curl localhost:3000 after vagrant up, I got error curl: (56) Recv failure: Connection reset by peer.
This is because puma listen to tcp://127.0.0.1:3000.
This PR fixes this issue by changing the default ip address to listen to to tcp://0.0.0.0:3000.

@Gargron Gargron merged commit 5966d1b into mastodon:master Oct 24, 2019
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

Successfully merging this pull request may close these issues.

3 participants