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

Update nginx.conf #435

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update nginx.conf #435

wants to merge 1 commit into from

Conversation

impedator
Copy link

removed nginx listening on IPv6.

removed listening on IPv6
@j0k3r
Copy link
Member

j0k3r commented Mar 14, 2025

Why?
Because #385

@impedator
Copy link
Author

adding IPv6 listen in IPv4-only environment causing problem with nginx startup:

wallabag-wallabag-1 | --- ------------------------ ------------------
wallabag-wallabag-1 | Bundle Method / Error
wallabag-wallabag-1 | --- ------------------------ ------------------
wallabag-wallabag-1 | Γ£ö NelmioApiDocBundle relative symlink
wallabag-wallabag-1 | Γ£ö CraueConfigBundle relative symlink
wallabag-wallabag-1 | Γ£ö BabDevPagerfantaBundle relative symlink
wallabag-wallabag-1 | Γ£ö FOSJsRoutingBundle relative symlink
wallabag-wallabag-1 | --- ------------------------ ------------------
wallabag-wallabag-1 |
wallabag-wallabag-1 | [OK] All assets were successfully installed.
wallabag-wallabag-1 |
wallabag-wallabag-1 | wallabag is ready!
wallabag-wallabag-1 | 2025/03/14 11:25:21 [emerg] 57#57: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:22 [emerg] 61#61: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:23 [emerg] 63#63: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:24 [emerg] 65#65: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:25 [emerg] 73#73: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:26 [emerg] 75#75: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:27 [emerg] 77#77: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:29 [emerg] 79#79: socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
wallabag-wallabag-1 | 2025/03/14 11:25:30 [emerg] 81#81: socket() [::]:80 failed (97: Address family not supported by protocol)

this is also related to: #422

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.

None yet

3 participants