author | Chloe Laisne <chloe.laisne@gmail.com> |
Sat, 15 Oct 2016 16:15:07 +0530 | |
changeset 336 | f076ddd29e13 |
parent 28 | b0b56e0f8c7f |
permissions | -rw-r--r-- |
28 | 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> |