diff --git a/files/apache-horizon.template b/files/apache-horizon.template index e54f16ced5..fb98471bb7 100644 --- a/files/apache-horizon.template +++ b/files/apache-horizon.template @@ -1,6 +1,7 @@ WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR% + WSGIApplicationGroup %{GLOBAL} SetEnv APACHE_RUN_USER %USER% SetEnv APACHE_RUN_GROUP %GROUP%