/[adm]/puppet/modules/apache/templates/vhost_catalyst_app.conf
ViewVC logotype

Diff of /puppet/modules/apache/templates/vhost_catalyst_app.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3432 by misc, Tue Feb 1 12:44:50 2011 UTC revision 3433 by pterjan, Fri Apr 4 11:46:45 2014 UTC
# Line 1  Line 1 
1  <%- if location != '' then -%>  <%- aliases.keys.sort {|a,b| a.size <=> b.size }.reverse.each do |key| -%>
2  Alias /static <%= location %>/root/static          Alias <%= key %> <%= aliases[key] %>
3  <%- end -%>  <%- end -%>
 Alias / <%= script %>/  
4  FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30  FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30

Legend:
Removed from v.3432  
changed lines
  Added in v.3433

  ViewVC Help
Powered by ViewVC 1.1.30