mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
parent
30c12cad08
commit
0912b0cea1
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ module Puma
|
|||
|
||||
if host == "localhost"
|
||||
localhost_addresses.each do |addr|
|
||||
add_ssl_listener addr, port, optimize_for_latency, backlog
|
||||
add_ssl_listener addr, port, ctx, optimize_for_latency, backlog
|
||||
end
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue