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=097cead5d03fd6b39b3fd01f9b57edacced8febd;p=openstack-build%2Fhorizon-build.git Put apache conf inside a virtualhost Rewritten-From: 379cd80311a92d39422748c37dce14b094a43c7e --- diff --git a/xenial/debian/dashboard.apache.conf b/xenial/debian/dashboard.apache.conf index cdbf106..8c5d2c4 100644 --- a/xenial/debian/dashboard.apache.conf +++ b/xenial/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 + +