ansible role to deploy apache on debian
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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 %}