summaryrefslogtreecommitdiffstats
path: root/httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.conf')
-rw-r--r--httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.conf b/httpd.conf
index 3cb599f..debba41 100644
--- a/httpd.conf
+++ b/httpd.conf
@@ -339,7 +339,7 @@ DocumentRoot "/var/www/html"
# Disable autoindex for the root directory, and present a
# default Welcome page if no other index page is present.
#
-<LocationMatch "^/$>
+<LocationMatch "^/+$">
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>