From: Julien Danjou Date: Fri, 29 Jun 2012 08:39:16 +0000 (+0200) Subject: Add /static alias (Closes: #679440) X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b2c1dc650ce99ae7564cacebc6c398c30f3860c1;p=openstack-build%2Fhorizon-build.git Add /static alias (Closes: #679440) Rewritten-From: 0d048797b9ad99575c373221829ca5dfc682c02b --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index 025fc6e..2996ed2 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +horizon (2012.1.1-2) UNRELEASED; urgency=low + + * Add /static alias (Closes: #679440) + + -- Julien Danjou Fri, 29 Jun 2012 10:37:56 +0200 + horizon (2012.1.1-1) unstable; urgency=low [ Julien Danjou ] diff --git a/xenial/debian/openstack-dashboard-apache.conf b/xenial/debian/openstack-dashboard-apache.conf index 08081ac..49a1be5 100644 --- a/xenial/debian/openstack-dashboard-apache.conf +++ b/xenial/debian/openstack-dashboard-apache.conf @@ -12,4 +12,12 @@ Listen 8080 Order allow,deny Allow from all + + Alias /static /usr/share/openstack-dashboard/openstack_dashboard/static + + + Order allow,deny + Allow from all + +