From 82b326e6842c30e314576e69ba8d10df630f5101 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 6 Apr 2017 19:24:02 +0900 Subject: [PATCH] doc: Add migration doc for nghttpx --- doc/sources/nghttpx-howto.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/sources/nghttpx-howto.rst b/doc/sources/nghttpx-howto.rst index e7549de8..7c56984a 100644 --- a/doc/sources/nghttpx-howto.rst +++ b/doc/sources/nghttpx-howto.rst @@ -435,6 +435,15 @@ such PSK cipher suite with HTTP/2, disable HTTP/2 cipher black list by using :option:`--client-no-http2-cipher-black-list` option. But you should understand its implications. +Migration from nghttpx v1.21.x or earlier +----------------------------------------- + +As of nghttpx v1.22.0, it does not strip and append X-Forwarded-Proto +header field by default. In order to recover the previous behaviour, +that is always strip incoming X-Forwarded-Proto and append its own, +use :option:`--add-x-forwarded-proto` and +:option:`--strip-incoming-x-forwarded-proto` options. + Migration from nghttpx v1.18.x or earlier -----------------------------------------