Skip to content

Commit

Permalink
docs: update proxyHeadersIgnore (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogobbosouza authored Jun 12, 2020
1 parent e7cb647 commit 11d0b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 11d0b81

Please sign in to comment.