horizon: stop using deprecated django.py
[1]: https://review.opendev.org/#/c/561802/ Change-Id: Id335502ad464aa417162b2576ffae3818d30cba1
This commit is contained in:
parent
4c4ad2b87b
commit
a220c81fb4
@ -25,7 +25,7 @@ TraceEnable off
|
||||
{% if kolla_base_distro in ['debian'] and horizon_install_type == 'binary' %}
|
||||
WSGIScriptAlias / {{ python_path }}/wsgi.py
|
||||
{% else %}
|
||||
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi/django.wsgi
|
||||
WSGIScriptAlias / {{ python_path }}/openstack_dashboard/wsgi.py
|
||||
{% endif %}
|
||||
WSGIPassAuthorization On
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
|
Loading…
Reference in New Issue
Block a user