dev/provisioning/modules/apache/templates/fastcgi/server.erb
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2016 23:28:59 +0100
changeset 449 5b0787f51d76
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
css adaptation. correct pb m3.16 m3.9

FastCGIExternalServer <%= @faux_path %> -idle-timeout <%= @timeout %> <%= if @flush then '-flush' end %> -host <%= @host %>
Alias <%= @fcgi_alias %> <%= @faux_path %>
Action <%= @file_type %> <%= @fcgi_alias %>