Revert "Set "Host" header when proxying to Keystone"
This reverts commit 34238f354f
.
Change-Id: I169c988b461261c02c415fa32052f79d25e02701
Closes-bug: #1405686
This commit is contained in:
parent
34238f354f
commit
f2fe8034e9
@ -34,7 +34,6 @@ server {
|
||||
|
||||
location ~ ^/keystone/(.*) {
|
||||
proxy_pass http://<%= @keystone_host %>:5000/$1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user