From: Roland Mas Date: Tue, 30 Oct 2012 15:27:43 +0000 (+0100) Subject: Add missing Apache directives X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=14f021a9b768a9f0caea7044db20c9b568a0d72a;p=openstack-build%2Fhorizon-build.git Add missing Apache directives Rewritten-From: a533ceffdcabe2fd36a3ede5f6bbeba344da05d8 --- 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