ansible role to deploy apache on debian
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ports.conf.j2 180B

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