docs: update `proxyHeadersIgnore` (#110)

master
Ricardo Gobbo de Souza 2020-06-12 12:44:52 -03:00 committed by GitHub
parent e7cb647047
commit 11d0b81657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ When directing requests at a url protected by CloudFlare's CDN you should set th
## `proxyHeadersIgnore`
* Default `['accept', 'host', 'cf-ray', 'cf-connecting-ip', 'content-length']`
* Default `['accept', 'host', 'cf-ray', 'cf-connecting-ip', 'content-length', 'content-md5', 'content-type']`
Only efficient when `proxyHeaders` is set to true. Removes unwanted request headers to the API backend in SSR.