From 14f021a9b768a9f0caea7044db20c9b568a0d72a Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Tue, 30 Oct 2012 16:27:43 +0100 Subject: [PATCH] Add missing Apache directives Rewritten-From: a533ceffdcabe2fd36a3ede5f6bbeba344da05d8 --- xenial/debian/patches/apache-config-file.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xenial/debian/patches/apache-config-file.patch b/xenial/debian/patches/apache-config-file.patch index 92b3308..4436ee7 100644 --- a/xenial/debian/patches/apache-config-file.patch +++ b/xenial/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 ++ + + WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi + WSGIDaemonProcess openstack-dashboard user=horizon group=horizon -- 2.45.2