Blah
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<IfModule autoindex_module>
|
||||
<IfDefine !NO_AUTOINDEX_CONF>
|
||||
|
||||
<IfModule alias_module>
|
||||
# We include the /icons/ alias for FancyIndexed directory listings. If
|
||||
# you do not use FancyIndexing, you may comment this out.
|
||||
@@ -7,8 +9,7 @@ Alias /icons/ "/usr/share/apache2/icons/"
|
||||
<Directory "/usr/share/apache2/icons">
|
||||
Options Indexes MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
</IfModule>
|
||||
|
||||
@@ -78,6 +79,7 @@ HeaderName HEADER.html
|
||||
# IndexIgnore is a set of filenames which directory indexing should ignore
|
||||
# and not include in the listing. Shell-style wildcarding is permitted.
|
||||
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
|
||||
</IfDefine>
|
||||
</IfModule>
|
||||
|
||||
# vim: ts=4 filetype=apache
|
||||
|
||||
Reference in New Issue
Block a user