commit | ee8cfe361d892e5584a0d9f7299dd468b78eaf83 | [log] [tgz] |
---|---|---|
author | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Tue Jul 18 14:29:55 2017 +0200 |
committer | Ondrej Smola <ondrej.smola@tcpcloud.eu> | Tue Jul 18 14:29:55 2017 +0200 |
tree | 6b454c6573a411978eb8d1163cd69de7f10d9669 | |
parent | 47aa6b35abd1861f852ba57aac1c53f710f90e39 [diff] |
added parameter with HTTP headers used to determine the protocol scheme behind nginx proxy Change-Id: I4d781928ad22781f357feaae6de044c9a70b14dd
diff --git a/cinder/files/mitaka/cinder.conf.controller.Debian b/cinder/files/mitaka/cinder.conf.controller.Debian index 24aed63..344ec83 100644 --- a/cinder/files/mitaka/cinder.conf.controller.Debian +++ b/cinder/files/mitaka/cinder.conf.controller.Debian
@@ -204,3 +204,6 @@ {%- if controller.cors.allow_headers is defined %} allow_headers = {{ controller.cors.allow_headers }} {%- endif %} + +[oslo_middleware] +secure_proxy_ssl_header = X-Forwarded-Proto \ No newline at end of file