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

Do not add host:port to Health path in Health UI #44647

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

Commits on Nov 22, 2024

  1. Do not add host:port to Health path in Health UI

    The Health UI will be served from the exact same interface so we don't
    need to include the host:port.
    It actually causes issues when you access the Health UI through a proxy
    as it might point to 0.0.0.0:9000 which will resolve to localhost.
    
    Fixes quarkusio#35980
    gsmet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    4dbf1a8 View commit details
    Browse the repository at this point in the history