From 6cf6a30602a9d558fcc165b448562bbc855d4b5d Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Mar 2015 16:32:22 +0000 Subject: horizon: configure apache-horizon.conf to redirect / to /horizon This will make the experience more pleasant --- openstack/etc/horizon/apache-horizon.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack/etc/horizon/apache-horizon.conf b/openstack/etc/horizon/apache-horizon.conf index 1b0b3fe3..ea88897a 100644 --- a/openstack/etc/horizon/apache-horizon.conf +++ b/openstack/etc/horizon/apache-horizon.conf @@ -3,6 +3,8 @@ WSGIDaemonProcess horizon user=horizon group=horizon processes=3 threads=10 home=/var/lib/horizon display-name=horizon WSGIApplicationGroup %{GLOBAL} + RedirectMatch ^/$ /horizon/ + SetEnv APACHE_RUN_USER apache SetEnv APACHE_RUN_GROUP apache WSGIProcessGroup horizon -- cgit v1.2.1