enable symlinks in %{_webassetdir} and %{_jsdir}

This commit is contained in:
T.C. Hollingsworth 2014-03-19 02:35:41 -07:00
parent 1c1b6bc7ba
commit 4ab8661d39

View File

@ -1,5 +1,5 @@
<Directory /usr/share/web-assets>
Options -Indexes
Options -Indexes +FollowSymLinks
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
@ -12,7 +12,7 @@
</Directory>
<Directory /usr/share/javascript>
Options -Indexes
Options -Indexes +FollowSymLinks
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted