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

Removed ServerName from VirtualHost Directives #386

Merged
merged 1 commit into from
Oct 10, 2022

Commits on Oct 7, 2022

  1. Removed ServerName from VirtualHost Directives

    ServerName does not support IPv6 addresses, the verification
    fails when the second segment doesn't begin in a digit(it doesn't
    look enough like a port number).
    
    We only have a single VirtualHost per "Listen" so it is the default.
    Remove the use of ServerName as we're not using it to differentiate
    between VirtualHosts.
    derekhiggins committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    3da2f88 View commit details
    Browse the repository at this point in the history