]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_userdir.conf
- skip docroot stat()ing; it's useless
[packages/apache.git] / apache-mod_userdir.conf
index 5164797e036f12da094384004b1ce15893152eb5..a4a92c107520c4a7a099d859bda0bb29fa68b503 100644 (file)
@@ -17,7 +17,7 @@ UserDir public_html
 # Control access to UserDir directories.  The following is an example
 # for a site where these directories are restricted to read-only.
 #
-<Directory /home/*/public_html>
+<Directory /home/users/*/public_html>
        AllowOverride FileInfo AuthConfig Limit Indexes
        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
        <Limit GET POST OPTIONS>
This page took 0.04599 seconds and 4 git commands to generate.