dev/provisioning/modules/apache/templates/fastcgi/server.erb
author ymh <ymh.work@gmail.com>
Wed, 05 Oct 2016 02:31:25 +0200
changeset 321 aefaad270b9b
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
reimplement ThemeController using ES requests to be able to sort by label

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