[web-assets/el5: 3/15] prefix httpd-exported directory with an underscore

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


commit 6cb795fad57f3b4106034e55b2ebb57996f58429
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri Jul 19 04:30:03 2013 -0700

    prefix httpd-exported directory with an underscore
    
    as suggest by Joe Orton on <lists at fpo>

 web-assets.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/web-assets.conf b/web-assets.conf
index 90732e9..f320a4b 100644
--- a/web-assets.conf
+++ b/web-assets.conf
@@ -1,4 +1,4 @@
-Alias /assets /usr/share/assets
+Alias /_assets /usr/share/assets
 
 <Directory /usr/share/assets>
     Options -Indexes


More information about the scm-commits mailing list