]> review.fuel-infra Code Review - openstack-build/horizon-build.git/commitdiff
Add missing Apache directives
authorRoland Mas <lolando@debian.org>
Tue, 30 Oct 2012 15:27:43 +0000 (16:27 +0100)
committerRoland Mas <lolando@debian.org>
Tue, 30 Oct 2012 15:41:07 +0000 (16:41 +0100)
Rewritten-From: a533ceffdcabe2fd36a3ede5f6bbeba344da05d8

trusty/debian/patches/apache-config-file.patch

index 92b33081ac7e5348df42f8ec0a744f0f4dd27fa7..4436ee7e5e39d77d17337122f5cea3bd798588e2 100644 (file)
@@ -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