dev/provisioning/modules/apache/templates/mod/reqtimeout.conf.erb
author ymh <ymh.work@gmail.com>
Sat, 07 May 2016 10:06:26 +0200
changeset 158 366509ae2f37
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Add controller for themes count + upgrade ember for app-client

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