From 398e05118c1f9926e42df434b53abe83143b877f Mon Sep 17 00:00:00 2001 From: Roland Mas <lolando@debian.org> Date: Tue, 30 Oct 2012 16:27:43 +0100 Subject: [PATCH] Add missing Apache directives Rewritten-From: a533ceffdcabe2fd36a3ede5f6bbeba344da05d8 --- trusty/debian/patches/apache-config-file.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/trusty/debian/patches/apache-config-file.patch b/trusty/debian/patches/apache-config-file.patch index 92b3308..4436ee7 100644 --- a/trusty/debian/patches/apache-config-file.patch +++ b/trusty/debian/patches/apache-config-file.patch @@ -2,7 +2,10 @@ Index: horizon/etc/apache2/openstack-dashboard =================================================================== --- /dev/null +++ horizon/etc/apache2/openstack-dashboard -@@ -0,0 +1,29 @@ +@@ -0,0 +1,32 @@ ++NameVirtualHost *:8080 ++Listen 8080 ++ +<VirtualHost *:8080> + WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi + WSGIDaemonProcess openstack-dashboard user=horizon group=horizon -- 2.45.2