12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
![]() |
|
||
|
# First, we configure the "default" to be a very restrictive set of
|
||
|
# permissions.
|
||
|
|
||
|
<Directory />
|
||
|
Options None
|
||
|
AllowOverride None
|
||
|
Require all denied
|
||
|
</Directory>
|
||
|
|
||
|
|