dev/provisioning/modules/apache/templates/mod/reqtimeout.conf.erb
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:32:33 +0100
changeset 30 7ca52d7235ed
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct tasks error

<% Array(@timeouts).each do |timeout| -%>
RequestReadTimeout <%= timeout %>
<%- end -%>