diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-18 15:13:26 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-18 15:13:26 +1100 |
commit | 2e2fb249527ab23ae45a738cd84c4910b1b3a5f0 (patch) | |
tree | cae7f2bc01b37631891866d1f6ba9b6cbfe22614 | |
parent | dad1e85c469c717db7aacc2c611ddf856542ffcd (diff) |
Use different form of X-Forwarded-Proto header that is correctly recognised by Varnish
-rw-r--r-- | doc/INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md index d863f97e9..816b79066 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -391,7 +391,7 @@ would look something like this: ProxyPreserveHost On ProxyPass / http://localhost:80/ ProxyPassReverse / http://localhost:80/ - RequestHeader set X_FORWARDED_PROTO 'https' + RequestHeader set X-Forwarded-Proto 'https' SSLEngine on SSLProtocol all -SSLv2 |