We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65083c commit 751e443Copy full SHA for 751e443
README.md
@@ -53,6 +53,7 @@ run app
53
* `:timeout` seconds to timout the requests
54
* `:force_ssl` redirects to ssl version, if not already using it (requires `:replace_response_host`). Default: false.
55
* `: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.
57
58
### Sample usage in a Ruby on Rails app
59
0 commit comments