~corey.bryant/horizon/2014.1.4-0ubuntu2

« back to all changes in this revision

Viewing changes to debian/openstack-dashboard.conf

  • Committer: James Page
  • Date: 2014-02-25 14:47:22 UTC
  • mfrom: (185.1.2 horizon)
  • Revision ID: james.page@canonical.com-20140225144722-93pnx5zygsp44b1h
Tags: 1:2014.1~b2-0ubuntu2
releasing package horizon version 1:2014.1~b2-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
WSGIProcessGroup horizon
4
4
Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static/
5
5
<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi>
6
 
  Order allow,deny
7
 
  Allow from all
 
6
  Require all granted
8
7
</Directory>