We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
It looks like listen_ip and ipv6_listen_ip can both be arrays now.
Sorry, something went wrong.
No branches or pull requests
Being able to specify multiple ip addresses (for v4 and/or v6)
for all the different nginx resources (e.g. vhost).
Related to request for multiple ports: #433
The text was updated successfully, but these errors were encountered: