Skip to content

Commit 4ab75bc

Browse files
committed
Some README cleanup
1 parent 3652285 commit 4ab75bc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.rdoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ Below is an example for configuring the middleware:
3333
end
3434
run app
3535

36-
revers_proxy_options set global options for all reverse proxies. Available options are:
37-
* :preserve_host
38-
* :username username for basic auth
39-
* :password password for basic auth
40-
* :matching is a global only option, if set to :first the first matched url will be requested (no ambigous error). Default: :all.
41-
* :timeout seconds to timout the requests
36+
reverse_proxy_options sets global options for all reverse proxies. Available options are:
37+
* :preserve_host Set to false to omit Host headers
38+
* :username username for basic auth
39+
* :password password for basic auth
40+
* :matching is a global only option, if set to :first the first matched url will be requested (no ambigous error). Default: :all.
41+
* :timeout seconds to timout the requests
42+
4243
== Note on Patches/Pull Requests
4344

4445
* Fork the project.

0 commit comments

Comments
 (0)