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 bb90b9c + 41fe3eb commit e1276baCopy full SHA for e1276ba
1 file changed
files/apache-horizon.template
@@ -1,5 +1,5 @@
1
<VirtualHost *:80>
2
- WSGIScriptAlias %WEBROOT% %HORIZON_DIR%/openstack_dashboard/wsgi/django.wsgi
+ WSGIScriptAlias %WEBROOT% %HORIZON_DIR%/openstack_dashboard/wsgi.py
3
WSGIDaemonProcess horizon user=%USER% group=%GROUP% processes=3 threads=10 home=%HORIZON_DIR% display-name=%{GROUP}
4
WSGIApplicationGroup %{GLOBAL}
5
0 commit comments