summaryrefslogtreecommitdiff
path: root/puppet/modules/site_static/templates/amber.erb
blob: 48df555ece930e2aefd1b0da9a00b7cde25aee5f (plain)
1
2
3
4
5
6
7
8
9
<%- if @location_path != '' -%>
  AliasMatch ^/[a-z]{2}/<%=@location_path%>(/.+|/|)$ "<%=@directory%>/$1"
  Alias /<%=@location_path%> "<%=@directory%>/"
<%- end -%>
  <Directory "<%=@directory%>/">
    AllowOverride FileInfo Indexes Options=All,MultiViews
    Order deny,allow
    Allow from all
  </Directory>