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

<Directory /usr/share/open-infrastructure/ceph-info/web>
	Options FollowSymlinks
	Options -Indexes

	AllowOverride None
	Require all granted
</Directory>