We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 068e56e + 807db14 commit 2d2fae7Copy full SHA for 2d2fae7
manifests/fastcgi/server.pp
@@ -3,7 +3,7 @@
3
$timeout = 15,
4
$flush = false,
5
$faux_path = "/var/www/${name}.fcgi",
6
- $alias = "/${name}.fcgi",
+ $fcgi_alias = "/${name}.fcgi",
7
$file_type = 'application/x-httpd-php'
8
) {
9
include apache::mod::fastcgi
templates/fastcgi/server.erb
@@ -1,3 +1,3 @@
1
FastCGIExternalServer <%= @faux_path %> -idle-timeout <%= @timeout %> <%= if @flush then '-flush' end %> -host <%= @host %>
2
-Alias <%= @alias %> <%= @faux_path %>
-Action <%= @file_type %> <%= @alias %>
+Alias <%= @fcgi_alias %> <%= @faux_path %>
+Action <%= @file_type %> <%= @fcgi_alias %>
0 commit comments