From: Ghe Rivero <ghe@debian.org>
Date: Thu, 1 Mar 2012 10:36:49 +0000 (+0100)
Subject: Updated apache conf to new directories
X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=fc4883c9dac3a0109c7ca1c2eacb48a9000cf278;p=openstack-build%2Fhorizon-build.git

Updated apache conf to new directories

Rewritten-From: 33ac25ca9bbbb983b514e790d66d508bbd9b3a04
---

diff --git a/xenial/debian/dashboard.conf b/xenial/debian/dashboard.conf
index 207cc51..cdbf106 100644
--- a/xenial/debian/dashboard.conf
+++ b/xenial/debian/dashboard.conf
@@ -1,6 +1,6 @@
-WSGIScriptAlias / /usr/share/openstack-dashboard/dashboard/wsgi/django.wsgi
+WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi
 
-<Directory /usr/share/openstack-dashboard/dashboard/wsgi>
+<Directory /usr/share/openstack-dashboard/openstack_dashboard/wsgi/>
   Order allow,deny
   Allow from all
 </Directory>