Skip to content

Commit

Permalink
Adds @ to faux_path template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio committed Jun 28, 2014
1 parent 18fc65b commit a56edb2
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 a56edb2

Please sign in to comment.