File: openstack-cluster-installer.conf

package info (click to toggle)
openstack-cluster-installer 21
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,212 kB
  • sloc: php: 9,235; sh: 2,936; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
Alias /oci /usr/share/openstack-cluster-installer
<Directory /usr/share/openstack-cluster-installer>
	Require all granted
</Directory>
<Directory /usr/share/openstack-cluster-installer/inc>
	Require all denied
</Directory>

Alias /openstack-cluster-installer /var/lib/openstack-cluster-installer
<Directory /var/lib/openstack-cluster-installer>
	Require all granted
</Directory>