Revert "Set "Host" header when proxying to Keystone"

This reverts commit 34238f354f.

Change-Id: I169c988b461261c02c415fa32052f79d25e02701
Closes-bug: #1405686
This commit is contained in:
Artem Panchenko 2014-12-25 22:06:23 +00:00
parent 34238f354f
commit f2fe8034e9

View File

@ -34,7 +34,6 @@ server {
location ~ ^/keystone/(.*) {
proxy_pass http://<%= @keystone_host %>:5000/$1;
proxy_set_header Host $host;
proxy_buffering off;
}