Parent Directory | Revision Log
Attempt to support alias in catalyst_app
1 | <%- aliases.keys.sort {|a,b| a.size <=> b.size }.reverse.each do |key| -%> |
2 | Alias <%= key %> <%= aliases[key] %> |
3 | <%- end -%> |
4 | FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 |
ViewVC Help | |
Powered by ViewVC 1.1.30 |