<% if @aliases and ! @aliases.empty? -%> ## Alias declarations for resources outside the DocumentRoot <%- Array(@aliases).each do |alias_statement| -%> <%- if alias_statement["alias"] != '' and alias_statement["path"] != ''-%> Alias <%= alias_statement["alias"] %> <%= alias_statement["path"] %> <%- end -%> <%- end -%> <% end -%>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 8433 | Matt Attaway |
Test environement for working with Webkeeper using vagrant. Just sync and type 'vagrant up' |