mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
5 lines
197 B
Ruby
5 lines
197 B
Ruby
|
key = File.expand_path "../../examples/puma/puma_keypair.pem", __FILE__
|
||
|
cert = File.expand_path "../../examples/puma/cert_puma.pem", __FILE__
|
||
|
|
||
|
ssl_bind "0.0.0.0", 9292, :cert => cert, :key => key
|