/etc/maas/maas-cluster-http.conf is in maas-cluster-controller 1.5+bzr2252-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # Server static files for tftp images as FPI
# installer needs them
Alias /MAAS/static/images/ /var/lib/maas/boot-resources/current/
<Directory /var/lib/maas/boot-resources/current/>
<IfVersion >= 2.4>
Require all granted
</IfVersion>
SetHandler None
</Directory>
|