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

[Breaking] listen_address renamed/remapped in config #476

Merged
merged 1 commit into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. [Breaking] listen_address renamed/remapped in config

    Moved `listen_address` to `listener.http.socket_address` mapping.
    
    This future proofs our config a bit more so we can add other kinds
    of listeners that are not http based (like unix sockets).
    
    In doing this we also moved the http(s)/http2 related fields into
    the same struct.
    allada committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f760d9e View commit details
    Browse the repository at this point in the history