mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
16 lines
508 B
Text
16 lines
508 B
Text
--- docs/conf/extra/httpd-userdir.conf.in.orig Sun Oct 30 19:37:37 2005
|
|
+++ docs/conf/extra/httpd-userdir.conf.in Sun Oct 30 19:38:27 2005
|
|
@@ -8,7 +8,7 @@
|
|
# the default access control for these directories, as in the example below.
|
|
#
|
|
UserDir public_html
|
|
-
|
|
+UserDir disabled %%FTPUSERS%%
|
|
#
|
|
# Control access to UserDir directories. The following is an example
|
|
# for a site where these directories are restricted to read-only.
|
|
@@ -25,4 +25,3 @@
|
|
Deny from all
|
|
</LimitExcept>
|
|
</Directory>
|
|
-
|