Fix htaccess complaint
This commit is contained in:
parent
ea02509b7c
commit
7e5c017bc7
|
@ -65,5 +65,9 @@ data:
|
||||||
Dav off
|
Dav off
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
<Directory /var/www/html/data>
|
||||||
|
Order allow,deny
|
||||||
|
deny from all
|
||||||
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|
||||||
|
|
Loading…
Reference in a new issue