ansible role to deploy apache on debian
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456 |
- # If you just change the port or add more ports here, you will likely also
- # have to change the VirtualHost statement
-
- {% for ip in apache_listen_ips %}
- Listen {{ip}}
- {% endfor %}
|