From: Ghe Rivero Date: Thu, 1 Mar 2012 16:03:07 +0000 (+0100) Subject: Put apache conf inside a virtualhost X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=871c33fae45583b0abadcf7d6565cd1af4bf3628;p=openstack-build%2Fhorizon-build.git Put apache conf inside a virtualhost Rewritten-From: 379cd80311a92d39422748c37dce14b094a43c7e --- diff --git a/trusty/debian/dashboard.apache.conf b/trusty/debian/dashboard.apache.conf index cdbf106..8c5d2c4 100644 --- a/trusty/debian/dashboard.apache.conf +++ b/trusty/debian/dashboard.apache.conf @@ -1,6 +1,8 @@ -WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi + + WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi - - Order allow,deny - Allow from all - + + Order allow,deny + Allow from all + +