enable symlinks in %{_webassetdir} and %{_jsdir}
This commit is contained in:
parent
1c1b6bc7ba
commit
4ab8661d39
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user