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

nginx: Disable listening for IPV6 #349

Merged
merged 1 commit into from
May 26, 2024

Conversation

stickz
Copy link
Contributor

@stickz stickz commented May 23, 2024

fixes #348

There is no point in supporting IPV6 on this docker container. IPV4 is required anyways for rTorrent to function properly.

If the user disables loading the IPV6 kernel module at boot time, the docker container will fail to initialize if nginx is listening for IPV6.

fixes crazy-max#348

There is no point in supporting IPV6 on this docker container. IPV4 is required anyways for rTorrent to function properly.

If the user disables loading the IPV6 kernel module at boot time, the docker container will fail to initialize if nginx is listening for IPV6.
@stickz stickz requested a review from crazy-max as a code owner May 23, 2024 16:32
@crazy-max crazy-max merged commit 8cc738b into crazy-max:master May 26, 2024
7 checks passed
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.

Error in nginx: [emerg] socket() [::]:8000 failed (97: Address family not supported by protocol)
2 participants