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 7a75d93 commit 731aa85Copy full SHA for 731aa85
lib/rack_reverse_proxy/roundtrip.rb
@@ -56,7 +56,7 @@ def options
56
def https_redirect
57
rewrite_uri(uri, source_request)
58
uri.scheme = "https"
59
- [301, { "Location" => uri.to_s }, ""]
+ [301, { "Location" => uri.to_s }, [""]]
60
end
61
62
def need_https_redirect?
0 commit comments