diff options
Diffstat (limited to 'usr.sbin/httpd/conf')
-rw-r--r-- | usr.sbin/httpd/conf/httpd.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/httpd/conf/httpd.conf b/usr.sbin/httpd/conf/httpd.conf index f59a44718e8..52f743c4e9c 100644 --- a/usr.sbin/httpd/conf/httpd.conf +++ b/usr.sbin/httpd/conf/httpd.conf @@ -332,9 +332,10 @@ DocumentRoot "/var/www/htdocs" # # UserDir: The name of the directory which is appended onto a user's home -# directory if a ~user request is received. +# directory if a ~user request is received. "disabled" turns this feature +# off; other reasonable defaults are "public_dir" and ".html" # -UserDir public_html +UserDir disabled # # Control access to UserDir directories. The following is an example |