From 6cb795fad57f3b4106034e55b2ebb57996f58429 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Fri, 19 Jul 2013 04:30:03 -0700 Subject: [PATCH] prefix httpd-exported directory with an underscore as suggest by Joe Orton on --- web-assets.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 Options -Indexes