Parent Directory | Revision Log | 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 |
|
ViewVC Help | |
Powered by ViewVC 1.1.30 |