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

Webserver and docker bound to IPv4 only #328

Open
rahra opened this issue Sep 12, 2024 · 0 comments
Open

Webserver and docker bound to IPv4 only #328

rahra opened this issue Sep 12, 2024 · 0 comments

Comments

@rahra
Copy link

rahra commented Sep 12, 2024

The webserver is only bound to 127.0.0.1:8000 but not [::1]:8000.
These leads to the reverse proxy always first failing to connect to ::1 before retrying to 127.0.0.1. This is a slight loss in connection speed. Although probably not notable for a single user it may sum up on a heavy loaded server with many users.

As a workaround the reverse proxy can be configured to proxy explicitly to 127.0.0.1 instead of localhost.

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

No branches or pull requests

1 participant