forked from Lainports/opnsense-ports
16 lines
502 B
Text
16 lines
502 B
Text
--- docs/conf/extra/httpd-userdir.conf.in.orig 2007-03-07 07:33:58 UTC
|
|
+++ docs/conf/extra/httpd-userdir.conf.in
|
|
@@ -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 @@ UserDir public_html
|
|
Deny from all
|
|
</LimitExcept>
|
|
</Directory>
|
|
-
|