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
  1. # If you just change the port or add more ports here, you will likely also
  2. # have to change the VirtualHost statement
  3. {% for ip in apache_listen_ips %}
  4. Listen {{ip}}
  5. {% endfor %}