From 097cead5d03fd6b39b3fd01f9b57edacced8febd Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Thu, 1 Mar 2012 17:03:07 +0100 Subject: [PATCH] Put apache conf inside a virtualhost Rewritten-From: 379cd80311a92d39422748c37dce14b094a43c7e --- xenial/debian/dashboard.apache.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 + + -- 2.45.2