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=398e05118c1f9926e42df434b53abe83143b877f;p=openstack-build%2Fhorizon-build.git Add missing Apache directives Rewritten-From: a533ceffdcabe2fd36a3ede5f6bbeba344da05d8 --- 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 ++ + + WSGIScriptAlias / /usr/share/openstack-dashboard/openstack_dashboard/wsgi/django.wsgi + WSGIDaemonProcess openstack-dashboard user=horizon group=horizon