author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
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> |