aboutsummaryrefslogtreecommitdiffstats
path: root/conf-available/autoindex.conf
blob: a7b9669e28002ba3b12a48092b97eaed15aacb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<IfModule mod_autoindex.c>
	Alias /autoindex/header.shtml /etc/apache2/customization/autoindex/header.shtml
	Alias /autoindex/footer.shtml /etc/apache2/customization/autoindex/footer.shtml

	<Directory /etc/apache2/customization/autoindex/>
		Options +Includes
		Require all granted
	</Directory>

	IndexOptions FancyIndexing FoldersFirst SuppressHTMLPreamble

	HeaderName /autoindex/header.shtml
	ReadmeName /autoindex/footer.shtml
</IfModule>