Enable proxy header parsing

Ensure that oslo.middleware parses any proxy information
forwarded from haproxy/apache with regards to protocol;
this ensures that https connections are correctly detected.

Change-Id: I16a9e8a74cdf6c56ad64902343f79b0ed51ccb6f
Closes-Bug: 1758675
This commit is contained in:
Nobuto Murata 2018-06-28 13:09:14 +09:00
parent ff5f2d22ed
commit 2d4e6c8fa5
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[oslo_middleware]
# Bug #1758675
enable_proxy_headers_parsing = true