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

Multiple listen ip addresses (v4 and/or v6) #515

Closed
mechanicalduck opened this issue Dec 7, 2014 · 1 comment
Closed

Multiple listen ip addresses (v4 and/or v6) #515

mechanicalduck opened this issue Dec 7, 2014 · 1 comment
Labels
enhancement New feature or request

Comments

@mechanicalduck
Copy link

Being able to specify multiple ip addresses (for v4 and/or v6)
for all the different nginx resources (e.g. vhost).

nginx::resource::vhost { 'domain.tld':
  listen_ip   => [  '192.168.100.1', '192.168.200.1', ],
}

Related to request for multiple ports: #433

@3flex 3flex added the enhancement New feature or request label Apr 13, 2015
@wyardley
Copy link
Collaborator

wyardley commented Oct 8, 2016

It looks like listen_ip and ipv6_listen_ip can both be arrays now.

@wyardley wyardley closed this as completed Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants