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

Fix ipv6 listen options & revert #330 #411

Closed
wants to merge 2 commits into from
Closed

Fix ipv6 listen options & revert #330 #411

wants to merge 2 commits into from

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Aug 16, 2014

Undoes the template changes introduced in #330.

Also don't set any IPv6 listen options by default. This change allows multiple IPv6 enabled vhosts on the same address:port pair without having to override $ipv6_listen_options.

Matthew Haughton added 2 commits August 16, 2014 19:08
Undoes the template changes introduced in #330.
If multiple vhosts with IPv6 enabled are added to the
catalog there would be multiple 'listen' directives with
'default' and 'ipv6only=on' set. This configuration is not
valid as these can only be set on a single 'listen' directive
for a given address:port pair.

This change allows multiple IPv6 enabled vhosts on the same
address:port pair without having to override $ipv6_listen_options.
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.

1 participant