add Openstack modules to 3rdparty
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / templates / mod / reqtimeout.conf.erb
1 <% Array(@timeouts).each do |timeout| -%>
2 RequestReadTimeout <%= timeout %>
3 <%- end -%>