Drop ProxyPass out of VHost

As ProxyPass defined out of VHost, it has global effect, resulting
in Horizon Identity section to be jsut proxied to keystone API
instead of rederred by Django as instructed by Horizon VHost.

Change-Id: I596614f55a8db8e814b1d24a78c3f1a9d0e00bb2
Closes-Bug: #1960342
This commit is contained in:
Dmitriy Rabotyagov 2022-02-09 13:44:27 +02:00
parent 419cb210a9
commit 790d0c3482
1 changed files with 0 additions and 2 deletions

View File

@ -140,5 +140,3 @@ Listen {{ keystone_web_server_bind_address }}:{{ keystone_service_port }}
ProxyPass / uwsgi://127.0.0.1:{{ keystone_uwsgi_ports['keystone-wsgi-public']['socket'] }}/
</VirtualHost>
ProxyPass /identity uwsgi://127.0.0.1:{{ keystone_uwsgi_ports['keystone-wsgi-public']['socket'] }}