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 for nginx with disabled ipv6 #2254

Merged

Conversation

AlvinSchiller
Copy link
Collaborator

@AlvinSchiller AlvinSchiller commented Feb 11, 2024

fixes #1889

Note for Release:

If ipv6 is disabled during setup, nginx fails to start.
To fix this on an existing installation please run:
sed -i '/listen \[::\]:80/d' /etc/nginx/sites-available/default

@AlvinSchiller AlvinSchiller added bug installation future3 Relates to future3 development labels Feb 11, 2024
@AlvinSchiller AlvinSchiller self-assigned this Feb 11, 2024
@AlvinSchiller AlvinSchiller linked an issue Feb 11, 2024 that may be closed by this pull request
Copy link
Collaborator

@s-martin s-martin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add somewhere in the docs that ipv6 needs to be disabled.

@AlvinSchiller
Copy link
Collaborator Author

We should add somewhere in the docs that ipv6 needs to be disabled

What do you mean with "needs to be disabled"?
Currently it only works if it's NOT disabled.

See note above for existing installations.

@pabera pabera mentioned this pull request Feb 11, 2024
9 tasks
@AlvinSchiller AlvinSchiller merged commit 027ec29 into MiczFlor:future3/develop Feb 11, 2024
17 checks passed
@AlvinSchiller AlvinSchiller deleted the future3/fix/nginx_ipv6 branch February 11, 2024 21:18
AlvinSchiller added a commit that referenced this pull request Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug future3 Relates to future3 development installation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nginx failing to start for non ipv6 setup
4 participants