changeset 28 | b0b56e0f8c7f |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
1 <IfModule alias_module> |
|
2 Alias /icons/ "<%= @icons_path %>/" |
|
3 <Directory "<%= @icons_path %>"> |
|
4 Options <%= @icons_options %> |
|
5 AllowOverride None |
|
6 <%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 -%> |
|
7 Require all granted |
|
8 <%- else -%> |
|
9 Order allow,deny |
|
10 Allow from all |
|
11 <%- end -%> |
|
12 </Directory> |
|
13 </IfModule> |