~smoser/ubuntu/wily/maas/lp1474417

« back to all changes in this revision

Viewing changes to contrib/maas-cluster-http.conf

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2013-10-04 12:33:05 UTC
  • mto: (1.4.1)
  • mto: This revision was merged to the branch mainline in revision 40.
  • Revision ID: package-import@ubuntu.com-20131004123305-vzkyhovgnvn1arco
Tags: upstream-1.4+bzr1693+dfsg
ImportĀ upstreamĀ versionĀ 1.4+bzr1693+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# installer needs them
3
3
Alias /MAAS/static/images/ /var/lib/maas/tftp/
4
4
<Directory /var/lib/maas/tftp/>
5
 
    Require all granted
 
5
    <IfVersion >= 2.4>
 
6
        Require all granted
 
7
    </IfVersion>
6
8
    SetHandler None
7
9
</Directory>