Skip to content

Commit 1e0734f

Browse files
author
Caio Torres
committed
Added a missing dash
The apache was raising errors on restart on debian jessie.
1 parent 0169686 commit 1e0734f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/default/mods/alias.conf.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Alias /icons/ "<%= node['apache']['icondir'] %>/"
1616

1717
<Directory "<%= node['apache']['icondir'] %>">
18-
Options -Indexes MultiViews -FollowSymLinks
18+
Options -Indexes -MultiViews -FollowSymLinks
1919
AllowOverride None
2020
<% if node['apache']['version'] == "2.4" -%>
2121
Require all granted
@@ -24,4 +24,4 @@
2424
Allow from all
2525
<% end -%>
2626
</Directory>
27-
</IfModule>
27+
</IfModule>

0 commit comments

Comments
 (0)