Skip to content

Commit 133410e

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Execute Horizon bin script with correct group."
2 parents 8ef47d1 + 8b3f438 commit 133410e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/apache-horizon.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<VirtualHost *:80>
22
WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
33
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR%
4+
WSGIApplicationGroup %{GLOBAL}
45

56
SetEnv APACHE_RUN_USER %USER%
67
SetEnv APACHE_RUN_GROUP %GROUP%

0 commit comments

Comments
 (0)