Skip to content

Commit

Permalink
Merge pull request #780 from puphpet/faux_path-fix
Browse files Browse the repository at this point in the history
Adds @ to faux_path template variable
  • Loading branch information
Ashley Penney committed Jul 3, 2014
2 parents e2b54c1 + a56edb2 commit 2c27ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fastcgi/server.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FastCGIExternalServer <%= @faux_path %> -idle-timeout <%= @timeout %> <%= if @flush then '-flush' end %> -host <%= @host %>
Alias <%= @alias %> <%= faux_path %>
Alias <%= @alias %> <%= @faux_path %>
Action <%= @file_type %> <%= @alias %>

0 comments on commit 2c27ba5

Please sign in to comment.