[web-assets/el5: 5/11] enable symlinks in %{_webassetdir} and %{_jsdir}

T.C. Hollingsworth patches at fedoraproject.org
Wed Mar 19 10:09:35 UTC 2014


commit 4ab8661d39faa2def35b8a531f03a67d1b384b60
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Mar 19 02:35:41 2014 -0700

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

 web-assets.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/web-assets.conf b/web-assets.conf
index a6a14c0..94784a7 100644
--- a/web-assets.conf
+++ b/web-assets.conf
@@ -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


More information about the scm-commits mailing list