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 Nginx was not binding on IPv6 #173

Merged
merged 1 commit into from
Dec 6, 2019
Merged

Fix Nginx was not binding on IPv6 #173

merged 1 commit into from
Dec 6, 2019

Conversation

hoh
Copy link
Contributor

@hoh hoh commented Dec 5, 2019

Problem: Nginx is only binding to the IPv4. Deployments with IPv6 require forking the image or overwriting nginx.conf.

Solution: Edit nginx.conf to listen to both IPv4 and IPv6 by making it listen on [::]:80.

Note: This may be related and contradictory to #54

@j0k3r
Copy link
Member

j0k3r commented Dec 5, 2019

You broke tests

Problem: Nginx is only binding to the IPv4. Deployments with IPv6 require forking the image or overwriting `nginx.conf`.

Solution: Edit `nginx.conf` to listen to both IPv4 and IPv6 by making it listen on `[::]:80`.

Note: This may be related and contradictory to #54
@hoh
Copy link
Contributor Author

hoh commented Dec 5, 2019

Tests fixed

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.

2 participants