We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ef47d1 + 8b3f438 commit 133410eCopy full SHA for 133410e
files/apache-horizon.template
@@ -1,6 +1,7 @@
1
<VirtualHost *:80>
2
WSGIScriptAlias / %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
3
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR%
4
+ WSGIApplicationGroup %{GLOBAL}
5
6
SetEnv APACHE_RUN_USER %USER%
7
SetEnv APACHE_RUN_GROUP %GROUP%
0 commit comments