dev/provisioning/modules/apache/templates/mod/reqtimeout.conf.erb
author ymh <ymh.work@gmail.com>
Mon, 28 Nov 2016 23:11:54 +0100
changeset 453 1059a7ae018a
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
correct notice stand alone display

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