Remove workaround for fixed bug in passenger
This commit is contained in:
parent
65bbf6b626
commit
b78241de68
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
# Hack to workaround https://github.com/phusion/passenger/issues/1421
|
||||
if defined?(PhusionPassenger)
|
||||
module Rack
|
||||
class Request
|
||||
def port
|
||||
DEFAULT_PORTS[scheme]
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue