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 955e561 commit 3652285Copy full SHA for 3652285
lib/rack/reverse_proxy.rb
@@ -6,7 +6,7 @@ class ReverseProxy
6
def initialize(app = nil, &b)
7
@app = app || lambda { [404, [], []] }
8
@matchers = []
9
- @global_options = {:preserve_host => false, :matching => :all, :verify_ssl => true}
+ @global_options = {:preserve_host => true, :matching => :all, :verify_ssl => true}
10
instance_eval &b if block_given?
11
end
12
0 commit comments