summaryrefslogtreecommitdiffstats
path: root/share/apache/conf/ceph-info.conf
blob: a1136e0cff5183757325e466ea6c9088cc49fb18 (plain)
1
2
3
4
5
6
7
8
9
10
11
<IfModule alias_module>
	Alias /ceph-info /usr/share/storage-tools/ceph-info/web
</IfModule>

<Directory /usr/share/storage-tools/ceph-info/web>
	Options FollowSymlinks
	Options -Indexes

	AllowOverride None
	Require all granted
</Directory>