File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,13 @@ Below is an example for configuring the middleware:
33
33
end
34
34
run app
35
35
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
+
42
43
== Note on Patches/Pull Requests
43
44
44
45
* Fork the project.
You can’t perform that action at this time.
0 commit comments