7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
|
#This file generated via template by Chef.
|
||
|
<% @apache_listen_ports.each do |port| -%>
|
||
|
Listen <%= port %>
|
||
|
NameVirtualHost *:<%= port %>
|
||
|
|
||
|
<% end -%>
|