Skip to content

Commit 751e443

Browse files
committed
Document :x_forwarded_headers option
1 parent e65083c commit 751e443

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ run app
5353
* `:timeout` seconds to timout the requests
5454
* `:force_ssl` redirects to ssl version, if not already using it (requires `:replace_response_host`). Default: false.
5555
* `:verify_mode` the `OpenSSL::SSL` verify mode passed to Net::HTTP. Default: `OpenSSL::SSL::VERIFY_PEER`.
56+
* `:x_forwarded_headers` sets up proper `X-Forwarded-*` headers. Default: true.
5657

5758
### Sample usage in a Ruby on Rails app
5859

0 commit comments

Comments
 (0)