[web-assets/el5: 5/15] alias %{_jsdir} explicitly

T.C. Hollingsworth patches at fedoraproject.org
Tue Aug 27 12:24:31 UTC 2013


commit 74a19dd4c116a8ea148ef2691de0d8a04ab5fe06
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Jul 19 04:34:09 2013 -0700

    alias %{_jsdir} explicitly
    
    fonts will come next, but they're going to need more magic

 web-assets.conf |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/web-assets.conf b/web-assets.conf
index 57027fd..ae0be44 100644
--- a/web-assets.conf
+++ b/web-assets.conf
@@ -4,3 +4,10 @@ Alias /_assets /usr/share/assets
     Options -Indexes
     Require all granted
 </Directory>
+
+Alias /_assets/javascript /usr/share/javascript
+
+<Directory /usr/share/assets>
+    Options -Indexes
+    Require all granted
+</Directory>


More information about the scm-commits mailing list