dev/provisioning/modules/apache/templates/mod/reqtimeout.conf.erb
author ymh <ymh.work@gmail.com>
Tue, 08 Nov 2016 09:01:38 +0100
changeset 396 c8f651e7e4ff
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct proble on transcript manager

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